Skip to content

Commit 5b500c7

Browse files
committed
Bump 2.0.0-beta.3
1 parent 57c261c commit 5b500c7

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-beta.2",
3+
"version": "2.0.0-beta.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-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"coveralls": "^2.13.1",
4545
"grunt": "^1.0.1",
46-
"grunt-browserify": "^5.0.0",
46+
"grunt-browserify": "^5.2.0",
4747
"grunt-cli": "^1.2.0",
4848
"grunt-contrib-clean": "^1.1.0",
4949
"grunt-contrib-concat": "^1.0.1",

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-beta.2"
76+
"version": "2.0.0-beta.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-beta.2",
5+
"version": "2.0.0-beta.3",
66
"behaviors": {
77
"1cb9d103d41dd97": {
88
"_id": "1cb9d103d41dd97",

0 commit comments

Comments
 (0)