Skip to content

Commit

Permalink
Build 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benadamstyles committed Aug 10, 2016
1 parent 0689e5c commit 718307f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "rivets",
"description": "Declarative data binding + templating solution.",
"homepage": "http://rivetsjs.com",
"version": "0.9.2",
"version": "0.9.3",
"main": "dist/rivets.js",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "rivets",
"description": "Declarative data binding + templating solution.",
"repo": "mikeric/rivets",
"version": "0.9.2",
"version": "0.9.3",
"keywords": [
"data binding",
"templating"
Expand Down
2 changes: 1 addition & 1 deletion dist/rivets.bundled.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/rivets.js
@@ -1,5 +1,5 @@
// Rivets.js
// version: 0.9.2
// version: 0.9.3
// author: Michael Richards
// license: MIT
(function() {
Expand Down
2 changes: 1 addition & 1 deletion dist/rivets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "rivets",
"description": "Declarative data binding + templating solution.",
"version": "0.9.2",
"version": "0.9.3",
"author": "Michael Richards",
"url": "http://rivetsjs.com",
"main": "./dist/rivets.js",
Expand Down

0 comments on commit 718307f

Please sign in to comment.