Skip to content

Commit

Permalink
Merge branch 'develop' into issue-24
Browse files Browse the repository at this point in the history
* develop:
  README
  1.4.5
  add error messages to env config
  fixes #26, also check for non app store variant of JPEGmini bundle id

Conflicts:
	bin/imageOptim
	environment/base.json
	src/shell/methods.sh
  • Loading branch information
JamieMason committed Jun 19, 2013
2 parents 07d4201 + 62acdc8 commit 953aca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/imageOptim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# SOFTWARE.

# current version of ImageOptim-CLI from package.json
version="1.4.4"
version="1.4.5"

undefinedRunMode="false"

Expand Down
1 change: 1 addition & 0 deletions environment/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"imageOptimNotInstalledMsg": "$imageOptimAppFileName is not installed (http://imageoptim.com)",

"jpegMiniAppBundleId": "com.icvt.JPEGmini",
"jpegMiniAppRetailBundleId": "com.icvt.JPEGmini-retail",
"jpegMiniAppFileName": "JPEGmini.app",
"jpegMiniAppName": "JPEGmini",
"jpegMiniFileTypes": ".*(jpg|jpeg)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/JamieMason/ImageOptim-CLI",
"bugs": "https://github.com/JamieMason/ImageOptim-CLI/issues",
"main": "./imageOptim",
"version": "1.4.4",
"version": "1.4.5",
"repository": {
"type": "git",
"url": "git://github.com/JamieMason/ImageOptim-CLI.git"
Expand Down

0 comments on commit 953aca7

Please sign in to comment.