Skip to content

Commit

Permalink
Bumped date and version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bemson committed Apr 12, 2012
1 parent 93e4904 commit 0c5abbe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# Panzer
by Bemi Faison

version 0.2.3
(3/27/12)
version 0.2.4
(4/11/12)

A comprehensive node-tree solution, for smart data.\*

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Panzer"
, "version": "0.2.3"
, "version": "0.2.4"
, "description": "A comprehensive node-tree solution, for smart data."
, "dependencies" : {
"genData": "1.2.x"
Expand Down
4 changes: 2 additions & 2 deletions panzer-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/panzer.js
@@ -1,5 +1,5 @@
/*!
* Panzer v0.2.3
* Panzer v0.2.4
* http://github.com/bemson/Panzer
*
* Dependencies:
Expand Down Expand Up @@ -542,7 +542,7 @@

// expose public Panzer namespcae
environment.Panzer = {
version: '0.2.3',
version: '0.2.4',
create: function () {
var
// a panzer platform
Expand Down

0 comments on commit 0c5abbe

Please sign in to comment.