Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Feb 26, 2014
1 parent 104a701 commit c0def47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal",
"version": "0.0.3",
"version": "0.1.0",
"main": "modal.js",
"ignore": [
"**/.*",
Expand All @@ -11,9 +11,9 @@
"tests"
],
"dependencies": {
"angular": "1.2.0-rc.3"
"angular": "~1.2.13"
},
"devDependencies": {
"angular-mocks": "1.2.0-rc.3"
"angular-mocks": "~1.2.13"
}
}
2 changes: 1 addition & 1 deletion modal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* angular-modal v0.0.3
* angular-modal v0.1.0
* (c) 2013 Brian Ford http://briantford.com
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion modal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* angular-modal v0.0.3
* angular-modal v0.1.0
* (c) 2013 Brian Ford http://briantford.com
* License: MIT
*/
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-modal",
"version": "0.0.3",
"version": "0.1.0",
"description": "easily add a modal to your angular app",
"main": "modal.js",
"scripts": {
Expand Down

0 comments on commit c0def47

Please sign in to comment.