Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Feb 20, 2015
1 parent 59c43a7 commit cfd48da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/emblem.js
Expand Up @@ -104,7 +104,7 @@ this.Emblem = {};

Emblem = this.Emblem;

Emblem.VERSION = "0.3.19";
Emblem.VERSION = "0.4.0";

module.exports = Emblem;

Expand Down
2 changes: 1 addition & 1 deletion dist/emblem.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/emblem.js
Expand Up @@ -4,7 +4,7 @@ this.Emblem = {};

Emblem = this.Emblem;

Emblem.VERSION = "0.3.19";
Emblem.VERSION = "0.4.0";

module.exports = Emblem;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "emblem",
"description": "Templating language targeting Handlebars with default Ember.js conventions",
"version": "0.3.19",
"version": "0.4.0",
"homepage": "http://www.emblemjs.com/",
"keywords": [
"ember",
Expand Down
2 changes: 1 addition & 1 deletion src/emblem.coffee
Expand Up @@ -2,7 +2,7 @@
this.Emblem = {}
Emblem = this.Emblem

Emblem.VERSION = "0.3.19"
Emblem.VERSION = "0.4.0"

module.exports = Emblem

Expand Down

0 comments on commit cfd48da

Please sign in to comment.