Skip to content

Commit 22f99f9

Browse files
author
Eric Wendelin
committed
Bump version to 1.0.2.
1 parent 4771a40 commit 22f99f9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ dist:
2222
./node_modules/.bin/uglifyjs2 \
2323
stack-generator.js -o stack-generator.min.js --source-map stack-generator.js.map
2424
mv stack-generator.min.js stack-generator.js.map dist/
25+
cp stack-generator.js dist/
2526

2627
.PHONY: clean test dist

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stack-generator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "./stack-generator.js",
55
"homepage": "https://github.com/stacktracejs/stack-generator.js",
66
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
66
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
77
],
8-
"version": "1.0.1",
8+
"version": "1.0.2",
99
"keywords": ["stacktrace", "error"],
1010
"homepage": "http://www.stacktracejs.com",
1111
"repository": {

0 commit comments

Comments
 (0)