Skip to content

Commit 8c80eb6

Browse files
Release 0.7.3
1 parent a05b2c2 commit 8c80eb6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ProgressBar.js
22

3-
**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))
3+
**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))
44

55
<br>
66
![Beautiful animation](docs/animation.gif)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "progressbar.js",
33
"main": "dist/progressbar.js",
4-
"version": "0.7.2-dev",
4+
"version": "0.7.3",
55
"homepage": "https://github.com/kimmobrunfeldt/progressbar.js",
66
"authors": [
77
"Kimmo Brunfeldt <[email protected]>"

dist/progressbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ProgressBar.js 0.7.2
1+
// ProgressBar.js 0.7.3
22
// https://kimmobrunfeldt.github.io/progressbar.js
33
// License: MIT
44

@@ -1833,7 +1833,7 @@ Shape.prototype._createTextElement = function _createTextElement(opts, container
18331833
element.style.left = '50%';
18341834
element.style.padding = 0;
18351835
element.style.margin = 0;
1836-
utils.setStyle(element, 'transform', 'translate(-50%, -50%');
1836+
utils.setStyle(element, 'transform', 'translate(-50%, -50%)');
18371837

18381838
if (opts.text.color) {
18391839
element.style.color = opts.text.color;

0 commit comments

Comments
 (0)