Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepolencic committed Jun 27, 2017
1 parent 61f3411 commit ae09ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name" : "behavior3js",
"version" : "0.2.1",
"version" : "0.2.2",
"homepage" : "https://github.com/renatopp/behavior3js",
"authors": [
{
Expand All @@ -21,7 +21,7 @@
"behavior3", "b3", "game dev", "gameai"
],
"main": [
"libs/behavior3-0.2.1.js"
"libs/behavior3-0.2.2.js"
],
"ignore" : [
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "behavior3js",
"version": "0.2.1",
"version": "0.2.2",
"description": "Behavior3 client library for Javascript (Behavior Trees for Javascript)",
"main": "libs/behavior3-0.2.1.js",
"main": "libs/behavior3-0.2.2.js",
"directories": {
"doc": "docs",
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
@@ -1,4 +1,4 @@
export const VERSION = '0.2.1';
export const VERSION = '0.2.2';
export const SUCCESS = 1;
export const FAILURE = 2;
export const RUNNING = 3;
Expand Down

0 comments on commit ae09ce8

Please sign in to comment.