Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Oct 12, 2015
1 parent 5e5097e commit edbc930
Show file tree
Hide file tree
Showing 3 changed files with 3 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-svg-round-progressbar",
"version": "0.3.5",
"version": "0.3.6",
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
"authors": [
"crisbeto"
Expand Down
3 changes: 1 addition & 2 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
</head>
<body ng-controller="demoCtrl">
<div class="container">
<h2>Clock example</h2>
<div class="progress-wrapper">
<div class="progress ng-cloak" ng-style="getStyle()">{{ time }}</div>
<div
Expand Down Expand Up @@ -164,7 +163,7 @@ <h2>Clock example</h2>
<div class="container">
<a class="back" href="https://github.com/crisbeto/angular-svg-round-progressbar">Back to project repo</a>

<h2>Sample progressbar</h2>
<h2>Playground</h2>
<div class="progress-wrapper">
<div class="progress ng-cloak" ng-style="getStyle()">{{ current }}/{{ max }}</div>
<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-svg-round-progressbar",
"version": "0.3.5",
"version": "0.3.6",
"description": "AngularJS module that uses SVG to create a circular progressar",
"main": "build/roundProgress.min.js",
"scripts": {},
Expand Down

0 comments on commit edbc930

Please sign in to comment.