Skip to content

Commit 1b51a55

Browse files
committed
Bump 2.1.3
1 parent 1a2b0c3 commit 1b51a55

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

src/behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ exports.add = function add(id, state, action, useCoreAPI, core) {
200200
* @param {Object} params
201201
* {String} componentId id of the component
202202
* {String} state state of the component
203-
* {String} behaviorId id of the behavior (optional))
203+
* {String} behaviorId id of the behavior (optional)
204204
* @description Remove a behavior with its id or remove all the behaviors for a specific state
205205
* of the component
206206
*/

src/systems/classes/_Runtime-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"_Runtime": {
7373
"runtime": {
7474
"_id": "runtime",
75-
"version": "2.1.2"
75+
"version": "2.1.3"
7676
}
7777
}
7878
},

src/systems/core/system-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
33
"master": false,
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"description": "System Runtime",
66
"schemas": {},
77
"models": {},

0 commit comments

Comments
 (0)