Browse Source

Fixes #27, rev to 1.0.0, which is functionally equivalent to 0.1.1

jrburke 9 years ago
parent
commit
65241911de
3 changed files with 4 additions and 4 deletions
  1. 2 2
      LICENSE
  2. 1 1
      amdefine.js
  3. 1 1
      package.json

+ 2 - 2
LICENSE

@@ -6,7 +6,7 @@ provided below.
 The "New" BSD License:
 The "New" BSD License:
 ----------------------
 ----------------------
 
 
-Copyright (c) 2011, The Dojo Foundation
+Copyright (c) 2011-2015, The Dojo Foundation
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 MIT License
 MIT License
 -----------
 -----------
 
 
-Copyright (c) 2011, The Dojo Foundation
+Copyright (c) 2011-2015, The Dojo Foundation
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
amdefine.js

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

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
     "name": "amdefine",
     "name": "amdefine",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
-    "version": "0.1.1",
+    "version": "1.0.0",
     "homepage": "http://github.com/jrburke/amdefine",
     "homepage": "http://github.com/jrburke/amdefine",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "license": "BSD-3-Clause AND MIT",
     "license": "BSD-3-Clause AND MIT",