Skip to content

Commit

Permalink
Forgot to update package.json and bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Kempes authored and Arjan Kempes committed Jul 21, 2015
1 parent b73c50c commit a35b13e
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-rateit",
"version": "1.0.0",
"version": "2.0.1",
"homepage": "https://github.com/akempes/angular-rateit",
"authors": [
"Arjan Kempes <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion example/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ myApp.controller('ExampleController', ['$scope', '$q', '$timeout', function($sco
$scope.model = {
basic: 0,
readonly: 2.5,
minMaxStep:1,
minMaxStep:6,
pristine: 3,
resetable: 1,
heightWidth: 1.5,
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-rateit",
"version": "1.0.0",
"version": "2.0.1",
"dependencies": {},
"repository": {
"type": "git",
Expand Down

0 comments on commit a35b13e

Please sign in to comment.