Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmickles committed Jan 5, 2017
1 parent 618ffe0 commit 3e2cf24
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.0.3"></a>
### 1.0.3

* [BUG] Fixing overlapping/flickering of current view when navigating <https://github.com/shprink/ionic-native-transitions/pull/137>

<a name="1.0.2"></a>
### 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-native-transitions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Native transitions for Ionic applications",
"main": [
"dist/ionic-native-transitions.js"
Expand Down
44 changes: 22 additions & 22 deletions dist/ionic-native-transitions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ionic-native-transitions.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/ionic-native-transitions.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-native-transitions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Native transitions for Ionic applications",
"main": "dist/ionic-native-transitions.js",
"scripts": {
Expand Down

0 comments on commit 3e2cf24

Please sign in to comment.