Skip to content

Commit

Permalink
fix: increase version support for dart & flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Malhotra committed Jul 6, 2022
1 parent 65f782d commit 379f500
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.2
* Increase version support for dart & flutter

## 1.0.1

* README update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add `neopop` as a [dependency in your pubspec.yaml file](https://flutter.dev/usi

```yaml
dependencies:
neopop: ^1.0.1
neopop: ^1.0.2
```
# NeoPopButton
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: neopop
description: NeoPop is CRED's inbuilt library for using NeoPop components in your app.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/CRED-CLUB/neopop-flutter

environment:
sdk: ">=2.17.1 <3.0.0"
flutter: ">=1.17.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 379f500

Please sign in to comment.