Skip to content

Commit ae09ce8

Browse files
version bump
1 parent 61f3411 commit ae09ce8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "behavior3js",
3-
"version" : "0.2.1",
3+
"version" : "0.2.2",
44
"homepage" : "https://github.com/renatopp/behavior3js",
55
"authors": [
66
{
@@ -21,7 +21,7 @@
2121
"behavior3", "b3", "game dev", "gameai"
2222
],
2323
"main": [
24-
"libs/behavior3-0.2.1.js"
24+
"libs/behavior3-0.2.2.js"
2525
],
2626
"ignore" : [
2727
"node_modules",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "behavior3js",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Behavior3 client library for Javascript (Behavior Trees for Javascript)",
5-
"main": "libs/behavior3-0.2.1.js",
5+
"main": "libs/behavior3-0.2.2.js",
66
"directories": {
77
"doc": "docs",
88
"test": "tests"

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.2.1';
1+
export const VERSION = '0.2.2';
22
export const SUCCESS = 1;
33
export const FAILURE = 2;
44
export const RUNNING = 3;

0 commit comments

Comments
 (0)