Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Jan 13, 2015
1 parent a05b2c2 commit 8c80eb6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProgressBar.js

**Version: 0.7.2** ([*previous stable*](https://github.com/kimmobrunfeldt/progressbar.js/tree/0.7.1), [*latest dev*](https://github.com/kimmobrunfeldt/progressbar.js/tree/dev))
**Version: 0.7.3** ([*previous stable*](https://github.com/kimmobrunfeldt/progressbar.js/tree/0.7.2), [*latest dev*](https://github.com/kimmobrunfeldt/progressbar.js/tree/dev))

<br>
![Beautiful animation](docs/animation.gif)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "progressbar.js",
"main": "dist/progressbar.js",
"version": "0.7.2-dev",
"version": "0.7.3",
"homepage": "https://github.com/kimmobrunfeldt/progressbar.js",
"authors": [
"Kimmo Brunfeldt <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/progressbar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ProgressBar.js 0.7.2
// ProgressBar.js 0.7.3
// https://kimmobrunfeldt.github.io/progressbar.js
// License: MIT

Expand Down Expand Up @@ -1833,7 +1833,7 @@ Shape.prototype._createTextElement = function _createTextElement(opts, container
element.style.left = '50%';
element.style.padding = 0;
element.style.margin = 0;
utils.setStyle(element, 'transform', 'translate(-50%, -50%');
utils.setStyle(element, 'transform', 'translate(-50%, -50%)');

if (opts.text.color) {
element.style.color = opts.text.color;
Expand Down
Loading

0 comments on commit 8c80eb6

Please sign in to comment.