Skip to content

Commit fd78f3f

Browse files
committed
Bump v1.8.3
1 parent e62bdc7 commit fd78f3f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.8.2",
4-
"description": "System Runtime, a JavaScript library that runs systems",
3+
"version": "1.8.3",
4+
"description": "A System Bundle Runtime",
55
"license": "Apache-2.0",
66
"homepage": "https://system-runtime.github.io",
77
"author": {
@@ -28,7 +28,8 @@
2828
"universal",
2929
"runtime",
3030
"json",
31-
"osgi"
31+
"osgi",
32+
"bundle"
3233
],
3334
"ignore": [
3435
"addons",

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.8.2",
4-
"description": "System Runtime, a JavaScript library that runs systems",
3+
"version": "1.8.3",
4+
"description": "A System Bundle Runtime",
55
"homepage": "https://system-runtime.github.io",
66
"keywords": [
77
"uml",
@@ -17,7 +17,8 @@
1717
"universal",
1818
"runtime",
1919
"json",
20-
"osgi"
20+
"osgi",
21+
"bundle"
2122
],
2223
"main": "./src/runtime.js",
2324
"author": {

0 commit comments

Comments
 (0)