Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaretailoring committed Apr 20, 2015
1 parent a496454 commit ab4f445
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.5.1
## 1.5.2

* Add welcome.html

### 1.5.1

* Fixed Firefox bug with raphael.canvas.clientWidth
* Fixed animateFinishFunction calls and setWheelSettings function
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wheelnav",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "http://wheelnavjs.softwaretailoring.net",
"authors": [
"Gábor Berkesi <gabor.berkesi@softwaretailoring.net> (http://softwaretailoring.net)"
Expand Down
2 changes: 1 addition & 1 deletion js/dist/core/wheelnav.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///#source 1 1 /js/source/wheelnav.core.js
/* ======================================================================================= */
/* wheelnav.js - v1.5.1 */
/* wheelnav.js - v1.5.2 */
/* ======================================================================================= */
/* This is a small JavaScript library for animated SVG based wheel navigation. */
/* Requires Raphaël JavaScript Vector Library (http://raphaeljs.com) */
Expand Down
2 changes: 1 addition & 1 deletion js/dist/wheelnav.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///#source 1 1 /js/source/wheelnav.core.js
/* ======================================================================================= */
/* wheelnav.js - v1.5.1 */
/* wheelnav.js - v1.5.2 */
/* ======================================================================================= */
/* This is a small JavaScript library for animated SVG based wheel navigation. */
/* Requires Raphaël JavaScript Vector Library (http://raphaeljs.com) */
Expand Down
2 changes: 1 addition & 1 deletion js/source/wheelnav.core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ======================================================================================= */
/* wheelnav.js - v1.5.1 */
/* wheelnav.js - v1.5.2 */
/* ======================================================================================= */
/* This is a small JavaScript library for animated SVG based wheel navigation. */
/* Requires Raphaël JavaScript Vector Library (http://raphaeljs.com) */
Expand Down
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wheelnav",
"version": "1.5.1",
"version": "1.5.2",
"description": "Animated javascript navigation component based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.",
"homepage": "http://wheelnavjs.softwaretailoring.net",
"main": "js/dist/wheelnav.js",
Expand All @@ -20,13 +20,10 @@
"js/dist/core/wheelnav.js",
"js/dist/core/wheelnav.min.js",
"js/dist/core/wheelnav.min.js.map",
"js/required/raphael.js",
"js/required/raphael.min.js",
"js/required/raphael.min.js.map",
"js/required/raphael.icons.js",
"js/required/raphael.icons.min.js",
"js/required/raphael.icons.min.js.map",
"js/required/raphael.license.txt",
"js/dist/raphael.min.js",
"js/dist/raphael.icons.min.js",
"js/dist/raphael.license.txt",
"js/dist/welcome.html",
"LICENSE"
],
"keywords": [
Expand Down

0 comments on commit ab4f445

Please sign in to comment.