Skip to content

Commit

Permalink
Version bump 0.1.3
Browse files Browse the repository at this point in the history
So that npmjs.com catches the new README and license.
  • Loading branch information
Wesley de Souza committed Nov 29, 2016
1 parent fb8a5d6 commit 2fbabb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Rye 0.1.2
Rye 0.1.3
===

Website and documentation http://ryejs.com
Expand Down
2 changes: 1 addition & 1 deletion lib/rye.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Rye (selector, context) {
this._update()
}

Rye.version = '0.1.2'
Rye.version = '0.1.3'

// Minimalist module system
Rye._modules = {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ryejs",
"description": "A lightweight browser library",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/rye.js",
"dependencies": {
},
Expand Down

0 comments on commit 2fbabb7

Please sign in to comment.