From 947925e5d423fb28a644ac8d34d276fc4f5332d2 Mon Sep 17 00:00:00 2001 From: King'ori Maina Date: Mon, 20 Oct 2014 14:24:55 +0200 Subject: [PATCH] Update version & add link to demo --- CHANGELOG.md | 1 + README.md | 4 +++- lib/annotator_store/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae92ad..36bea5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ v0.1.0 ------ * Create index page with description of API. +* Add annotation functionality & create necessary endpoints v0.0.1 diff --git a/README.md b/README.md index 9a7e677..d1e1fac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Annotator Store [![Build Status](https://travis-ci.org/itsmrwave/annotator-store.svg?branch=master)][13] Rails engine to implement a Ruby backend store implementation for -[Annotator][annotator]. +[Annotator][annotator]. See demo application at [itsmrwave/annotator-store- +demo][14]. In case you were wondering: @@ -136,3 +137,4 @@ they want as long as they provide attribution and waive liability. [11]: http://docs.annotatorjs.org/en/v1.2.x/plugins/store.html [12]: https://github.com/itsmrwave/annotator-store/graphs/contributors [13]: https://travis-ci.org/itsmrwave/annotator-store +[14]: https://github.com/itsmrwave/annotator-store-demo diff --git a/lib/annotator_store/version.rb b/lib/annotator_store/version.rb index dba7098..866a06d 100644 --- a/lib/annotator_store/version.rb +++ b/lib/annotator_store/version.rb @@ -1,3 +1,3 @@ module AnnotatorStore - VERSION = '0.0.1' + VERSION = '0.1.0' end