Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelangelo Jong committed Sep 30, 2016
1 parent 75b8943 commit aadf727
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bars - *v0.3.3*
# Bars - *v0.3.4*

Bars is a light weight high performance templating system. Bars emits DOM rather than DOM-strings, this means the DOM state is preserved even if data updates happen.

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bars",
"main": "src/bars.min.js",
"version": "0.3.3",
"name": "bars",
"main": "src/bars.js",
"version": "0.3.4",
"homepage": "https://github.com/Mike96Angelo/Bars",
"authors": [
"Michaelangelo Jong <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bars",
"version": "0.3.3",
"version": "0.3.4",
"description": "Client-side html templating system that emits DOM. The templates can be updated with new data without re-writing the DOM.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aadf727

Please sign in to comment.