Skip to content

Commit 81fe296

Browse files
committed
[update] version to 0.1.4
1 parent c599e14 commit 81fe296

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.4
2+
* FIX eager rebuilds
3+
14
## 0.1.3
25
* Update README
36

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "0.1.3"
76+
version: "0.1.4"
7777
lints:
7878
dependency: transitive
7979
description:

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: lazy_load_indexed_stack
22
description: A package that extends IndexedStack to allow for lazy loading.
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://github.com/okaryo/lazy_load_indexed_stack
55
repository: https://github.com/okaryo/lazy_load_indexed_stack
66

77
environment:
88
sdk: ">=2.16.0 <3.0.0"
9-
# flutter: ">=1.17.0"
109

1110
dependencies:
1211
flutter:

0 commit comments

Comments
 (0)