Skip to content

Commit

Permalink
Update minor version for AsyncFn
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ber committed Aug 25, 2014
1 parent 6788d4e commit 3b8c721
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtree",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/s0ber/vtree",
"authors": [
"Sergey Shishkalov <[email protected]>"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"jquery": "",
"underscore": "",
"async_fn": "0.1.0"
"async_fn": "~>0.1.1"
},

"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion build/vtree.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! Vtree (v0.1.2),
simple library for creating complicated architectures,
by Sergey Shishkalov <[email protected]>
Sat Aug 23 2014 */
Mon Aug 25 2014 */
(function() {
var modules;

Expand Down
2 changes: 1 addition & 1 deletion build/vtree.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtree",
"version": "0.1.7-alpha",
"version": "0.1.8-alpha",
"author": "Sergey Shishkalov <[email protected]>",
"description": "Library for automated initialization of backbone views",
"devDependencies": {
Expand Down

0 comments on commit 3b8c721

Please sign in to comment.