Skip to content

Commit

Permalink
fix(versions): even out version numbers in package and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartsch, Patrick, Dr. (I/EE-511) committed Jan 16, 2018
1 parent 77a0b66 commit e3c758c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-gestures",
"description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
"version": "0.3.2",
"version": "0.3.3",
"main": [
"dist/gestures.js"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-gestures",
"version": "0.2.4",
"version": "0.3.3",
"description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
"main": "dist/gestures.js",
"scripts": {
Expand Down

0 comments on commit e3c758c

Please sign in to comment.