Skip to content

Commit

Permalink
Remove duplicate include of Reflex.js closes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed May 24, 2016
1 parent bc68b4d commit 15bd2e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<a name="1.3.1"></a>
# 1.3.1 (2016-05-25)

### Bug Fixes

* **App**: Duplicate include of Reflect.js ([#96](https://github.com/lathonez/clicker/issues/96)) ([cc2d919](https://github.com/lathonez/clicker/commit/cc2d919))

<a name="1.3.0"></a>
# 1.3.0 (2016-05-22)

### Features

* **Update**: Update to Ionic 2.0.0.beta.7 and Angular 2.0.0.rc.1 PR [#93](https://github.com/lathonez/clicker/pull/93) big update due to Angular RC1 ([bc392c3](https://github.com/lathonez/clicker/commit/bc392c3))

### Browserify in Karma

<a name="1.2.0"></a>
# 1.2.0 (2016-04-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typings": "1.0.4"
},
"name": "clicker",
"version": "1.3.0",
"version": "1.3.1",
"description": "clicker: An Ionic project",
"cordovaPlugins": [
"cordova-plugin-device",
Expand Down
1 change: 0 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<!-- Zone.js and Reflect-metadata -->
<script src="build/js/Reflect.js"></script>
<script src="build/js/zone.js"></script>
<script src="build/js/Reflect.js"></script>
<!-- the bundle which is built from the app's source code -->
<script src="build/js/app.bundle.js"></script>
</body>
Expand Down

0 comments on commit 15bd2e6

Please sign in to comment.