Skip to content

Commit

Permalink
Version and release-notes are updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sutormin committed Dec 15, 2014
1 parent 5ce8b45 commit 6d6e069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The Narrative Method Store provides an API to dynamically access the available
narrative method specifications and documentation.


VERSION: 0.2.1 (Released 12/15/14)
--------------------------------------
UPDATED FEATURES / MAJOR BUG FIXES:
- Fix for bug related to absent folders.


VERSION: 0.2.0 (Released 12/5/14)
--------------------------------------
NEW FEATURES:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class NarrativeMethodStoreServer extends JsonServerServlet {
public static final String CFG_PROP_GIT_REFRESH_RATE = "method-spec-git-repo-refresh-rate";
public static final String CFG_PROP_CACHE_SIZE = "method-spec-cache-size";

public static final String VERSION = "0.2.0";
public static final String VERSION = "0.2.1";

private static Throwable configError = null;
private static Map<String, String> config = null;
Expand Down

0 comments on commit 6d6e069

Please sign in to comment.