mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-19 04:13:43 +02:00
fix version
This commit is contained in:
parent
c4d82a1667
commit
7644eafa30
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## 0.3.0
|
||||||
|
* Added option for backwards infinite scrolling and intial page
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
* add opacity as an option to the card transform
|
* add opacity as an option to the card transform
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: carousel
|
name: carousel
|
||||||
description: card carousel
|
description: card carousel
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.6 <3.0.0"
|
sdk: ">=2.17.6 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue