Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 987e254

Browse files
Bump version numbers to 1.0.0
1 parent c060414 commit 987e254

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## Version 1.0.0-rc.1
3+
## Version 1.0.0
44

55
* Initial public release

assets/css/rangeslider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Range Slider Field for Kirby 2
33
*
4-
* @version 1.0.0-rc.1
4+
* @version 1.0.0
55
* @author Jonas Döbertin <[email protected]>
66
* @copyright Jonas Döbertin <[email protected]>
77
* @link https://github.com/JonasDoebertin/kirby-range-slider

assets/js/rangeslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Range Slider Field for Kirby 2
33
*
4-
* @version 1.0.0-rc.1
4+
* @version 1.0.0
55
* @author Jonas Döbertin <[email protected]>
66
* @copyright Jonas Döbertin <[email protected]>
77
* @link https://github.com/JonasDoebertin/kirby-range-slider

rangeslider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Range Slider Field for Kirby 2
44
*
5-
* @version 1.0.0-rc.1
5+
* @version 1.0.0
66
* @author Jonas Döbertin <[email protected]>
77
* @copyright Jonas Döbertin <[email protected]>
88
* @link https://github.com/JonasDoebertin/kirby-range-slider

0 commit comments

Comments
 (0)