Skip to content

Commit fc4afa7

Browse files
committed
Updated version number to v0.1.1
1 parent 17d1702 commit fc4afa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0",
3+
"version": "0.1.1",
44
"description": "A build tool that converts AMD code to standard JavaScript",
55
"main": "./src/amdclean",
66
"repository": {

src/amdclean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_ = codeEnv === 'node' ? require('lodash'): window._,
2323
fs = codeEnv === 'node' ? require('fs'): {},
2424
utils = {
25-
VERSION: '0.1.0',
25+
VERSION: '0.1.1',
2626
env: codeEnv,
2727
moduleNamesStore: {},
2828
errorMsgs: {

0 commit comments

Comments
 (0)