Skip to content

Commit f52ff2a

Browse files
committed
Bump 2.1.1
1 parent 3ef1b0c commit f52ff2a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A JavaScript library that runs systems",
55
"license": "Apache-2.0",
66
"homepage": "https://designfirst.io/systemruntime/",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [
@@ -48,7 +48,7 @@
4848
"grunt-contrib-clean": "^1.1.0",
4949
"grunt-contrib-concat": "^1.0.1",
5050
"grunt-contrib-jshint": "^1.1.0",
51-
"grunt-contrib-uglify": "^3.1.0",
51+
"grunt-contrib-uglify": "^3.2.1",
5252
"grunt-contrib-watch": "^1.0.0",
5353
"grunt-contrib-yuidoc": "^1.0.0",
5454
"grunt-jasmine-nodejs": "^1.6.0",
@@ -59,7 +59,7 @@
5959
"karma": "^1.7.1",
6060
"karma-coverage": "^1.1.1",
6161
"karma-firefox-launcher": "^1.0.1",
62-
"karma-jasmine": "^1.1.0",
62+
"karma-jasmine": "^1.1.1",
6363
"karma-script-launcher": "^1.0.0",
6464
"yuidoc-lucid-theme": "^0.1.2"
6565
}

src/systems/classes/_Runtime-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"_Runtime": {
7070
"runtime": {
7171
"_id": "runtime",
72-
"version": "2.1.0"
72+
"version": "2.1.1"
7373
}
7474
}
7575
},

src/systems/core/system-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
33
"master": false,
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "System Runtime",
66
"schemas": {},
77
"models": {},

0 commit comments

Comments
 (0)