Browse Source

rev 0.0.8

jrburke 10 years ago
parent
commit
a15c421729
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      amdefine.js
  3. 1 1
      package.json

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ requiring those other programs to use AMD.
 
 ```javascript
     "dependencies": {
-        "amdefine": ">=0.0.7"
+        "amdefine": ">=0.0.8"
     }
 ```
 

+ 1 - 1
amdefine.js

@@ -1,5 +1,5 @@
 /** vim: et:ts=4:sw=4:sts=4
- * @license amdefine 0.0.7 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
+ * @license amdefine 0.0.8 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
  * Available via the MIT or new BSD license.
  * see: http://github.com/jrburke/amdefine for details
  */

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "amdefine",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
-    "version": "0.0.7",
+    "version": "0.0.8",
     "homepage": "http://github.com/jrburke/amdefine",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "licenses": [