From aadf72733714a2e81314dacb38626458a9366cf8 Mon Sep 17 00:00:00 2001 From: Michaelangelo Jong Date: Fri, 30 Sep 2016 15:57:13 -0300 Subject: [PATCH] version bump. --- README.md | 2 +- bower.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a736105..2e103fc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 0105753..530650b 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index 75bf6d3..5ed0bef 100644 --- a/package.json +++ b/package.json @@ -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": {