Skip to content

Commit 0092c58

Browse files
committed
Version bumped up
1 parent bca8274 commit 0092c58

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@
4040
* Implemented the gradient for the track
4141

4242
## [2.0.0] - 2021-03-21
43-
* Added the null-safety
43+
* Added the null-safety
44+
45+
## [2.0.1] - 2021-6-27
46+
* Merged 2 PR's with bugs fixes

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ packages:
9999
path: ".."
100100
relative: true
101101
source: path
102-
version: "2.0.0"
102+
version: "2.0.1"
103103
source_span:
104104
dependency: transitive
105105
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sleek_circular_slider
22
description: A highly customizable circular slider/progress bar & spinner for Flutter.
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://github.com/matthewfx/sleek-circular-slider
55

66
environment:

0 commit comments

Comments
 (0)