Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
fix(~): fix versioning to work with ui-publisher
Browse files Browse the repository at this point in the history
Add proper versioning to package.json and bower.json for release.
  • Loading branch information
jbro-io committed Dec 3, 2014
1 parent d0808d0 commit d670223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-layout",
"main": ["src/ui-layout.js", "src/ui-layout.css"],
"version": "1.0.1",
"version": "1.0.4",
"homepage": "https://angular-ui.github.io/ui-layout/",
"authors": [
"https://github.com/angular-ui/ui-layout/contributors"
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-ui-layout",
"version": "1.0.2",
"version": "1.0.4",
"description": "This directive allows you to split !",
"devDependencies": {
"angular-ui-publisher": "~1.2",
Expand Down

0 comments on commit d670223

Please sign in to comment.