Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
misterboe committed Oct 20, 2017
2 parents d34a6e2 + 31d842c commit f1f72f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ce-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ info () {
echo
printf '\033[0;31m'
echo "For older version add this to your TS"
echo "lib.default < lib.ce_${extname}"
echo "lib.ce_${extname} < lib.default"
printf '\033[0m'
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"ce-gen.sh"
],
"minimum-stability": "dev",
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit f1f72f4

Please sign in to comment.