Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
yathit committed Sep 26, 2015
1 parent 8d3c361 commit 592bb07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ydn.db",
"version": "1.3.0",
"version": "1.3.3",
"description": "Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.",
"main": "jsc/ydn.db-dev.js",
"directories": {
Expand Down
11 changes: 11 additions & 0 deletions readme.md
Expand Up @@ -197,6 +197,17 @@ End-to-end testing for distribution can be found in the test/qunit folder as wel
as online [qunit test kits] (http://dev.yathit.com/index/demos.html).


## Deployment ##

For update bower, create a tag

git tag -a v1.3.3 -m "bug fixes"

and push the tag to github

git push origin master v1.3.3


## Contributing ##

Sending pull requests is easiest. For large or architectual changes, please email one
Expand Down

0 comments on commit 592bb07

Please sign in to comment.