Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Apr 5, 2016
1 parent e4b5060 commit 09a3a05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,5 @@ TraceKit.iml
/closure
/tracekit.min.js
doc

*.log
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.3.3.{build}
version: 0.3.4.{build}

install:
- ps: Install-Product node 5
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "tracekit",
"main": "tracekit.js",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"moduleType": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
Expand Down

0 comments on commit 09a3a05

Please sign in to comment.