Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taobataoma committed Jun 30, 2017
1 parent c3526a6 commit fee91f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-side-overlay",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/taobataoma/angular-side-overlay",
"repository": {
"type": "git",
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-side-overlay",
"version": "1.0.1",
"version": "1.0.2",
"description": "angular side overlay component",
"scripts": {
"test": "npm test",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-side-overlay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
angular.module('ngSideOverlay', []);
angular.module('ngSideOverlay').constant('MODULE_VERSION', '1.0.1');
angular.module('ngSideOverlay').constant('MODULE_VERSION', '1.0.2');
angular.module('ngSideOverlay').value('sideCallbackEvent', [
{
id: undefined,
Expand Down

0 comments on commit fee91f8

Please sign in to comment.