Skip to content

Commit b5d947e

Browse files
committed
chore: bump 5.3.0
1 parent 88333f5 commit b5d947e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [

src/system/system-runtime.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
33
"master": false,
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"description": "System Runtime",
66
"schemas": {
77
"1ac07185641fa9f": {
@@ -379,7 +379,7 @@
379379
"type": "string",
380380
"readOnly": true,
381381
"mandatory": true,
382-
"default": "5.2.0"
382+
"default": "5.3.0"
383383
},
384384
"system": {
385385
"params": [{ "name": "params", "type": "any", "mandatory": false }],
@@ -967,7 +967,7 @@
967967
"_Database": { "db": { "_id": "db" } },
968968
"_Logger": { "logger": { "_id": "logger", "level": "warn" } },
969969
"_Metamodel": { "metamodel": { "_id": "metamodel" } },
970-
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.2.0" } },
970+
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.3.0" } },
971971
"_History": { "history": { "_id": "history" } }
972972
},
973973
"_id": "e89c617b6b15d24"

0 commit comments

Comments
 (0)