Skip to content

Commit 844046f

Browse files
committed
Bump 2.6.1
1 parent e748f64 commit 844046f

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

package.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.6.0",
3+
"version": "2.6.1",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [

src/system/system-runtime.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
33
"master": false,
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "System Runtime",
66
"schemas": {
77
"1ac07185641fa9f": {
@@ -1094,7 +1094,7 @@
10941094
"_Database": { "db": { "_id": "db" } },
10951095
"_Logger": { "logger": { "_id": "logger", "level": "warn" } },
10961096
"_Metamodel": { "metamodel": { "_id": "metamodel" } },
1097-
"_Runtime": { "runtime": { "_id": "runtime", "version": "2.6.0" } }
1097+
"_Runtime": { "runtime": { "_id": "runtime", "version": "2.6.1" } }
10981098
},
10991099
"_id": "e89c617b6b15d24"
11001100
}

0 commit comments

Comments
 (0)