Skip to content

Commit 1a147df

Browse files
committed
Releasing AMDClean 1.0.0
1 parent 56363a2 commit 1a147df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amdclean",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "A build tool that converts AMD code to standard JavaScript",
55
"main": "./src/amdclean",
66
"repository": {

src/amdclean.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! amdclean - v0.7.0 - 2014-02-08
1+
/*! amdclean - v1.0.0 - 2014-02-09
22
* http://gregfranko.com/amdclean
33
* Copyright (c) 2014 Greg Franko; Licensed MIT*/
44

@@ -34,7 +34,7 @@
3434
// The Public API object
3535
publicAPI = {
3636
// Current project version number
37-
'VERSION': '0.7.0',
37+
'VERSION': '1.0.0',
3838
// Default Options
3939
'defaultOptions': {
4040
'globalObject': false,

0 commit comments

Comments
 (0)