Skip to content

Commit

Permalink
Bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Mar 30, 2018
1 parent 1131ad4 commit c9313ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blueprints/twiddle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.1",
"EmberENV": {
"FEATURES": {}
},
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": "ember-twiddle",
"version": "0.13.0",
"version": "0.13.1",
"dependencies": {
"jquery": "1.11.3",
"codemirror": "~5.19.0",
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": "ember-twiddle",
"version": "0.13.0",
"version": "0.13.1",
"description": "https://ember-twiddle.com",
"private": true,
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/acceptance-application-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('An acceptance test for an application works', function(assert) {
{
filename: "twiddle.json",
content: `{
"version": "0.13.0",
"version": "0.13.1",
"EmberENV": {
"FEATURES": {}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/integration-component-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('An integration test for a component works', function(assert) {
{
filename: "twiddle.json",
content: `{
"version": "0.13.0",
"version": "0.13.1",
"EmberENV": {
"FEATURES": {}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/unit-controller-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('A unit test for controllers works', function(assert) {
{
filename: "twiddle.json",
content: `{
"version": "0.13.0",
"version": "0.13.1",
"EmberENV": {
"FEATURES": {}
},
Expand Down

0 comments on commit c9313ff

Please sign in to comment.