Skip to content

Commit b426595

Browse files
committed
update version
1 parent c4dbcb4 commit b426595

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your package's `pubspec.yaml` file:
1919

2020
```yaml
2121
dependencies:
22-
flutter_switch: ^0.1.6-beta.1
22+
flutter_switch: ^0.1.6
2323
```
2424
2525
You can install packages from the command line with Flutter:

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.6-beta.1"
71+
version: "0.1.6"
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, borders for the switch and toggle, border radius of the switch, colors, toggle size, a choice to display an 'On' and 'Off' text and able to add an icon inside the toggle.
3-
version: 0.1.6-beta.1
3+
version: 0.1.6
44
homepage: https://github.com/boringdeveloper/FlutterSwitch
55

66
environment:

0 commit comments

Comments
 (0)