瀏覽代碼

Rev 1.0.1

jrburke 7 年之前
父節點
當前提交
e59edc9da2
共有 3 個文件被更改,包括 4 次插入4 次删除
  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-2015, The Dojo Foundation
+Copyright (c) 2011-2016, 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-2015, The Dojo Foundation
+Copyright (c) 2011-2016, 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 1.0.0 Copyright (c) 2011-2015, The Dojo Foundation All Rights Reserved.
+ * @license amdefine 1.0.1 Copyright (c) 2011-2016, 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": "1.0.0",
+    "version": "1.0.1",
     "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 OR MIT",
     "license": "BSD-3-Clause OR MIT",