Skip to content

Commit

Permalink
Merge pull request #3 from s0ber/feature/configuration_bug_fix
Browse files Browse the repository at this point in the history
Release 0.1.2 version
  • Loading branch information
s0ber committed Apr 20, 2014
2 parents befe0c6 + 1000067 commit e2f7b66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function (grunt) {

uglify: {
options: {
banner: '/*! Vtree (v0.1.0),\n' +
banner: '/*! Vtree (v0.1.2),\n' +
'simple library for creating complicated architectures,\n' +
'by Sergey Shishkalov <[email protected]>\n' +
'<%= grunt.template.today("yyyy-mm-dd") %> */\n'
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtree",
"version": "0.1.0",
"version": "0.1.2",
"homepage": "https://github.com/s0ber/vtree",
"authors": [
"Sergey Shishkalov <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build/vtree.js

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

4 changes: 2 additions & 2 deletions build/vtree.min.js

Large diffs are not rendered by default.

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.0-alpha",
"version": "0.1.2-alpha",
"author": "Sergey Shishkalov <[email protected]>",
"description": "Library for automated initialization of backbone views",

Expand Down

0 comments on commit e2f7b66

Please sign in to comment.