Skip to content

Commit

Permalink
Started branch 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennobel committed Jul 21, 2013
1 parent 8d0e064 commit c3efd81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parser_out=$project/API/parser
generator_out=$project/API/generator

# The version of your project to display within the documentation.
version=0.5.4
version=0.5.5

# The version of YUI the project is using. This effects the output for
# YUI configuration attributes. This should start with '2' or '3'.
Expand Down
3 changes: 3 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
KickJS Release notes:

0.5.5
-

0.5.4
- Added componentType to component, which let you easily access components from their gameObject by their type.
- Added animation system
Expand Down
2 changes: 1 addition & 1 deletion src/js/kick/core/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define(function () {
* @static
* @final
*/
_VERSION: { value: "0.5.4", configurable: true, enumerable: true },
_VERSION: { value: "0.5.5", configurable: true, enumerable: true },

/**
* Allows usage of assertions in the code. The assertions will be set to false in the "compiled" code (this
Expand Down
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "KickJS",
"description": "A WebGL game engine for modern web-browsers.",
"version": "0.5.4",
"version": "0.5.5",
"url": "http://www.kickjs.org/",
"logo":"/images/kickjs_doc.png",
"options": {
Expand Down

0 comments on commit c3efd81

Please sign in to comment.