Skip to content

Commit

Permalink
Re-versioned as 0.3.6, updated genData version references
Browse files Browse the repository at this point in the history
  • Loading branch information
bemson committed Feb 24, 2013
1 parent bc1c402 commit 82bb656
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# Panzer # Panzer


(7/6/12) (2/24/13)
version 0.3.5 version 0.3.6
by Bemi Faison by Bemi Faison


A comprehensive node-tree solution, for smart data.\* A comprehensive node-tree solution, for smart data.\*
Expand Down Expand Up @@ -46,7 +46,7 @@ Then, in Node.js (or a CommonJS environment), require the module and reference t


### Dependencies ### Dependencies


Panzer requires [genData v2.0.1](https://github.com/bemson/genData). (The minified file includes this dependency.) Panzer requires [genData v3.1.0](https://github.com/bemson/genData). (The minified file includes this dependency.)


## USAGE ## USAGE


Expand Down
6 changes: 3 additions & 3 deletions src/panzer.js
@@ -1,9 +1,9 @@
/*! /*!
* Panzer v0.4.0 * Panzer v0.3.6 by Bemi Faison
* http://github.com/bemson/Panzer * http://github.com/bemson/Panzer
* *
* Dependencies: * Dependencies:
* genData v2.1.0 / Bemi Faison / MIT / http://github.com/bemson/genData * genData v3.1.0 / Bemi Faison / MIT / http://github.com/bemson/genData
* *
* Copyright 2012, Bemi Faison * Copyright 2012, Bemi Faison
* Released under the MIT License * Released under the MIT License
Expand Down Expand Up @@ -41,7 +41,7 @@


return Klass; return Klass;
}, },
version: '0.4.0' version: '0.3.6'
}, },
genData = (inCJS || inAMD) ? require('genData') : scope.genData, genData = (inCJS || inAMD) ? require('genData') : scope.genData,
panzerInstanceCount = 0, panzerInstanceCount = 0,
Expand Down
2 changes: 1 addition & 1 deletion test/panzer.html
Expand Up @@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<h1>Panzer Test Suite</h1> <h1>Panzer Test Suite</h1>
<p>Testing version 0.4.0, by <a href="mailto:bemson@gmail.com">Bemi Faison</a>. Source files on <a href="https://github.com/bemson/Panzer">github.com</a></p> <p>Testing version 0.3.6, by <a href="mailto:bemson@gmail.com">Bemi Faison</a>. Source files on <a href="https://github.com/bemson/Panzer">github.com</a></p>
<hr /> <hr />
<div id="mocha"></div> <div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/mocha/mocha.js"></script>
Expand Down

0 comments on commit 82bb656

Please sign in to comment.