Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodgath committed Aug 8, 2023
1 parent 6c5902e commit 5ef9be9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

###### v1.0.2 - Aug 8, 2023
```
= Fix: Deduct 1 from 'initialImageIndex'
```
###### v1.0.1 - Aug 8, 2023
```
= Update draggable button layout
Expand Down
6 changes: 3 additions & 3 deletions dist/js/judo-spin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* @description 360° degrees image spinner using JavaScript.
* @link https://github.com/Rodgath/judo-spin
* @author Rodgath, https://Rodgath.com
* @version v1.0.0
* @created July 22, 2023
* @updated August 04, 2023
* @version v1.0.2
* @created Jul 22, 2023
* @updated Aug 08, 2023
* @copyright Copyright (C) 2023-2023, Rodgath
* @license MIT
* @licenseMIT https://github.com/Rodgath/judo-spin/blob/main/LICENSE
Expand Down
6 changes: 3 additions & 3 deletions dist/js/judo-spin.min.js

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

4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const setBanner = () => {
` * @link ${pkg.homepage}`,
` * @author ${pkg.author.name}, ${pkg.author.web}`,
` * @version v${pkg.version}`,
` * @created July 22, 2023`,
` * @updated August 04, ${new Date().getFullYear()}`,
` * @created Jul 22, 2023`,
` * @updated Aug 08, ${new Date().getFullYear()}`,
` * @copyright Copyright (C) 2023-${new Date().getFullYear()}, ${pkg.author.name}`,
` * @license ${pkg.license}`,
` * @licenseMIT ${pkg.homepage}/blob/main/LICENSE`,
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": "judo-spin",
"version": "1.0.0",
"version": "1.0.2",
"description": "360° degrees image spinner using JavaScript.",
"main": "./dist/js/judo-spin.min.js",
"scripts": {
Expand Down

0 comments on commit 5ef9be9

Please sign in to comment.