Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Commit

Permalink
Update version & add link to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
itskingori committed Oct 20, 2014
1 parent fae9c6b commit 947925e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ v0.1.0
------

* Create index page with description of API.
* Add annotation functionality & create necessary endpoints


v0.0.1
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/annotator_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AnnotatorStore
VERSION = '0.0.1'
VERSION = '0.1.0'
end

0 comments on commit 947925e

Please sign in to comment.