Skip to content

Commit

Permalink
New version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Oct 1, 2014
1 parent ebe656b commit d07c707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SpinKit (https://github.com/tobiasahlin/SpinKit) spinners for AngularJS
## Usage
1. Add angular-spinkit to your bower.json file
```javascript
"angular-spinkit": "v0.0.2.1"
"angular-spinkit": "0.3.0"
```

2. Add angular-spinkit.min.js and angular-spinkit.min.css to your main file (index.html)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular-spinkit",
"version": "0.0.3",
"version": "0.3.0",
"authors": [
"Urigo <[email protected]>"
],
"description": "SpinKit (https://github.com/tobiasahlin/SpinKit) spinners for AngularJS",
"main": ["build/angular-spinkit.js", "build/angular-spinkit.min.css"],
"main": ["./build/angular-spinkit.js", "./build/angular-spinkit.min.css"],
"keywords": [
"spinner",
"SpinKit",
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-spinkit",
"version": "0.0.3",
"version": "0.3.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-angular-templates": "~0.5.1",
Expand Down

0 comments on commit d07c707

Please sign in to comment.