Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 5, 2016
1 parent a6e276a commit 0f549d0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name"1.0.2"></a>
### 1.0.2 (2016-03-05)


#### Bug Fixes

* **gitignore:** fix main files (ng-juxtapose.js, ng-juxtapose.min.js and ng-juxtapose.min.js.map ([a6e276a6](https://github.com/tinesoft/ng-juxtapose/commit/a6e276a6))


<a name"1.0.1"></a>
### 1.0.1 (2015-09-06)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ng-juxtapose",
"version": "1.0.1",
"version": "1.0.2",
"description": "AngularJS directive for JuxtaposeJS, a JavaScript library for making before/after image sliders.",
"homepage": "http://github.com/tinesoft/ng-juxtapose",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-juxtapose.js
@@ -1,8 +1,8 @@
/**
* ng-juxtapose - v1.0.1 - 2015-09-06
* ng-juxtapose - v1.0.2 - 2016-03-05
* http://github.com/tinesoft/ng-juxtapose
*
* Copyright (c) 2015 Tine Kondo
* Copyright (c) 2016 Tine Kondo
* Licensed MIT
*/
(function ( window, angular, undefined ) {
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-juxtapose.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
@@ -1,6 +1,6 @@
{
"name": "ng-juxtapose",
"version": "1.0.1",
"version": "1.0.2",
"description": "AngularJS directive for JuxtaposeJS, a JavaScript library for making before/after image sliders.",
"filename": "./src/ng-juxtapose.js",
"homepage": "http://github.com/tinesoft/ng-juxtapose",
Expand Down

0 comments on commit 0f549d0

Please sign in to comment.