Skip to content

Commit

Permalink
chore: bump 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Jan 13, 2024
1 parent 88333f5 commit b5d947e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "system-runtime",
"version": "5.2.0",
"version": "5.3.0",
"description": "A JavaScript library that runs systems",
"homepage": "https://designfirst.io/systemruntime/",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions src/system/system-runtime.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "system-runtime",
"master": false,
"version": "5.2.0",
"version": "5.3.0",
"description": "System Runtime",
"schemas": {
"1ac07185641fa9f": {
Expand Down Expand Up @@ -379,7 +379,7 @@
"type": "string",
"readOnly": true,
"mandatory": true,
"default": "5.2.0"
"default": "5.3.0"
},
"system": {
"params": [{ "name": "params", "type": "any", "mandatory": false }],
Expand Down Expand Up @@ -967,7 +967,7 @@
"_Database": { "db": { "_id": "db" } },
"_Logger": { "logger": { "_id": "logger", "level": "warn" } },
"_Metamodel": { "metamodel": { "_id": "metamodel" } },
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.2.0" } },
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.3.0" } },
"_History": { "history": { "_id": "history" } }
},
"_id": "e89c617b6b15d24"
Expand Down

0 comments on commit b5d947e

Please sign in to comment.