Skip to content

Commit 606885c

Browse files
committed
Bump v1.9.8
1 parent 7bff88c commit 606885c

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Just add a link tag in your HTML to install and start your bundle:
7373
<link rel="system" type="application/json" href="app.json">
7474

7575
<!-- load System Runtime -->
76-
<script src="https://cdn.jsdelivr.net/system-runtime/1.9.7/system-runtime.min.js"></script>
76+
<script src="https://cdn.jsdelivr.net/system-runtime/1.9.8/system-runtime.min.js"></script>
7777
```
7878

7979
#### Install the bundle in Node.js
@@ -151,7 +151,7 @@ runtime.version();
151151

152152
Add a `<script>` tag to your HTML page:
153153
```html
154-
<script src="https://cdn.jsdelivr.net/system-runtime/1.9.7/system-runtime.min.js"></script>
154+
<script src="https://cdn.jsdelivr.net/system-runtime/1.9.8/system-runtime.min.js"></script>
155155
```
156156

157157
Then you can use runtime on your script:

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

build/system-runtime.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@
20132013
"Runtime": {
20142014
"runtime": {
20152015
"_id": "runtime",
2016-
"version": "1.9.7"
2016+
"version": "1.9.8"
20172017
}
20182018
},
20192019
"RuntimeDatabase": {
@@ -2040,7 +2040,7 @@
20402040
}
20412041
},
20422042
"name": "system-runtime",
2043-
"version": "1.9.7",
2043+
"version": "1.9.8",
20442044
"description": "System Runtime",
20452045
"_id": "e89c617b6b15d24",
20462046
"master": false,

build/system/system.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ var system = {
19371937
"Runtime": {
19381938
"runtime": {
19391939
"_id": "runtime",
1940-
"version": "1.9.7"
1940+
"version": "1.9.8"
19411941
}
19421942
},
19431943
"RuntimeDatabase": {
@@ -1964,7 +1964,7 @@ var system = {
19641964
}
19651965
},
19661966
"name": "system-runtime",
1967-
"version": "1.9.7",
1967+
"version": "1.9.8",
19681968
"description": "System Runtime",
19691969
"_id": "e89c617b6b15d24",
19701970
"master": false,

dist/system-runtime.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/system-runtime.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [
@@ -43,22 +43,22 @@
4343
"build": "grunt build"
4444
},
4545
"devDependencies": {
46-
"coveralls": "^2.12.0",
46+
"coveralls": "^2.13.0",
4747
"grunt": "^1.0.1",
4848
"grunt-browserify": "^5.0.0",
4949
"grunt-cli": "^1.2.0",
5050
"grunt-contrib-clean": "^1.0.0",
5151
"grunt-contrib-concat": "^1.0.1",
5252
"grunt-contrib-jshint": "^1.1.0",
53-
"grunt-contrib-uglify": "^2.2.0",
53+
"grunt-contrib-uglify": "^2.3.0",
5454
"grunt-contrib-watch": "^1.0.0",
5555
"grunt-contrib-yuidoc": "^1.0.0",
5656
"grunt-jasmine-nodejs": "^1.6.0",
5757
"grunt-jsbeautifier": "^0.2.13",
5858
"grunt-karma": "^2.0.0",
5959
"grunt-merge-json": "^0.9.5",
6060
"istanbul": "^0.4.5",
61-
"karma": "^1.5.0",
61+
"karma": "^1.6.0",
6262
"karma-coverage": "^1.1.1",
6363
"karma-firefox-launcher": "^1.0.1",
6464
"karma-jasmine": "^1.1.0",

src/system/system-runtime.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)