From 6d6e0698583bfe8400ba25587eb5f76f543206a7 Mon Sep 17 00:00:00 2001 From: Roman Sutormin Date: Mon, 15 Dec 2014 13:33:31 -0800 Subject: [PATCH] Version and release-notes are updated. --- RELEASE_NOTES.txt | 6 ++++++ .../narrativemethodstore/NarrativeMethodStoreServer.java | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index a3177d6..327f4db 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -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: diff --git a/src/us/kbase/narrativemethodstore/NarrativeMethodStoreServer.java b/src/us/kbase/narrativemethodstore/NarrativeMethodStoreServer.java index f4eb9d9..a1eec62 100644 --- a/src/us/kbase/narrativemethodstore/NarrativeMethodStoreServer.java +++ b/src/us/kbase/narrativemethodstore/NarrativeMethodStoreServer.java @@ -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 config = null;