Skip to content

Commit 8170b99

Browse files
committed
set up for version 0.1.5
1 parent 205765d commit 8170b99

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@
2626
## [0.1.4] - October 25, 2020
2727

2828
* Handling of state when no changes was made
29+
30+
## [0.1.5] - October 25, 2020
31+
32+
* Fix an issue where the conditional statement is ignored in the first tap of the switch

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.1.4"
71+
version: "0.1.5"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_switch
22
description: An easy to implement custom switch that can have a customized height and width, border radius, colors, toggle size and choice to display an 'On' and 'Off' text.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)