Skip to content

Commit c9313ff

Browse files
committed
Bump version to 0.13.1
1 parent 1131ad4 commit c9313ff

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

blueprints/twiddle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.13.1",
33
"EmberENV": {
44
"FEATURES": {}
55
},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-twiddle",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"dependencies": {
55
"jquery": "1.11.3",
66
"codemirror": "~5.19.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-twiddle",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "https://ember-twiddle.com",
55
"private": true,
66
"directories": {

tests/acceptance/acceptance-application-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('An acceptance test for an application works', function(assert) {
3030
{
3131
filename: "twiddle.json",
3232
content: `{
33-
"version": "0.13.0",
33+
"version": "0.13.1",
3434
"EmberENV": {
3535
"FEATURES": {}
3636
},

tests/acceptance/integration-component-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('An integration test for a component works', function(assert) {
3030
{
3131
filename: "twiddle.json",
3232
content: `{
33-
"version": "0.13.0",
33+
"version": "0.13.1",
3434
"EmberENV": {
3535
"FEATURES": {}
3636
},

tests/acceptance/unit-controller-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('A unit test for controllers works', function(assert) {
3030
{
3131
filename: "twiddle.json",
3232
content: `{
33-
"version": "0.13.0",
33+
"version": "0.13.1",
3434
"EmberENV": {
3535
"FEATURES": {}
3636
},

0 commit comments

Comments
 (0)