From fc26388042f8f5f7f94b38602b06781726360567 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 14 Apr 2015 01:37:14 -0300 Subject: [PATCH] Version --- package.json | 2 +- raconteur.sublime-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f784e0..334c946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raconteur", - "version": "0.1.1-master", + "version": "0.1.2-stable", "description": "A friendly API framework for building hypertext interactive fiction with Undum", "license": "MIT", "author": { diff --git a/raconteur.sublime-project b/raconteur.sublime-project index 5d1e304..986e8d3 100644 --- a/raconteur.sublime-project +++ b/raconteur.sublime-project @@ -3,7 +3,7 @@ [ { "path": ".", - "folder_exclude_patterns": ["node_modules", "devel/build"] + "folder_exclude_patterns": ["devel/build"] } ] }