Skip to content

Commit

Permalink
Bump version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wendelin committed Nov 29, 2014
1 parent 4771a40 commit 22f99f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -22,5 +22,6 @@ dist:
./node_modules/.bin/uglifyjs2 \
stack-generator.js -o stack-generator.min.js --source-map stack-generator.js.map
mv stack-generator.min.js stack-generator.js.map dist/
cp stack-generator.js dist/

.PHONY: clean test dist
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "stack-generator",
"version": "1.0.1",
"version": "1.0.2",
"main": "./stack-generator.js",
"homepage": "https://github.com/stacktracejs/stack-generator.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
],
"version": "1.0.1",
"version": "1.0.2",
"keywords": ["stacktrace", "error"],
"homepage": "http://www.stacktracejs.com",
"repository": {
Expand Down

0 comments on commit 22f99f9

Please sign in to comment.