Skip to content

Commit 4b140d2

Browse files
committed
Bump 2.0.0-rc.3
1 parent 1ee21ca commit 4b140d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0.0-rc.2",
3+
"version": "2.0.0-rc.3",
44
"description": "A JavaScript library that runs systems",
55
"license": "Apache-2.0",
66
"homepage": "https://designfirst.io/systemruntime/",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0-rc.3",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [
@@ -56,7 +56,7 @@
5656
"grunt-json-merge": "^0.2.2",
5757
"grunt-karma": "^2.0.0",
5858
"istanbul": "^0.4.5",
59-
"karma": "^1.7.0",
59+
"karma": "^1.7.1",
6060
"karma-coverage": "^1.1.1",
6161
"karma-firefox-launcher": "^1.0.1",
6262
"karma-jasmine": "^1.1.0",

src/systems/classes/_Runtime-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"_Runtime": {
7474
"runtime": {
7575
"_id": "runtime",
76-
"version": "2.0.0-rc.2"
76+
"version": "2.0.0-rc.3"
7777
}
7878
}
7979
},

src/systems/core/system-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_id": "e89c617b6b15d24",
33
"name": "system-runtime",
44
"description": "System Runtime",
5-
"version": "2.0.0-rc.2",
5+
"version": "2.0.0-rc.3",
66
"behaviors": {
77
"1cb9d103d41dd97": {
88
"_id": "1cb9d103d41dd97",

0 commit comments

Comments
 (0)