Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed May 9, 2015
1 parent 61621b1 commit e929ddc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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-ui-clock",
"version": "0.3.0",
"version": "0.4.0",
"main": [
"./dist/angular-clock.js",
"./dist/angular-clock.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-clock.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/angular-clock.js.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>Angular Clock Widget</h1>
<p>
<a class="btn btn-default btn-lg" href="/~https://github.com/deepu105/angular-clock"><i class="icon-github"></i>Code on Github</a>
<a class="btn btn-success btn-lg" href="../dist/angular-clock.js.tar.gz" download="angular-clock.js.tar.gz">
<i class="fa fa-download"></i> Download <small>(0.3.0)</small>
<i class="fa fa-download"></i> Download <small>(0.4.0)</small>
</a>
</p>
</div>
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-clock",
"version": "0.3.0",
"version": "0.4.0",
"description": "An angular.js clock widget",
"main": "angular-clock.js",
"directories": {
Expand Down

0 comments on commit e929ddc

Please sign in to comment.