Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 8e2bd8b

Browse files
committed
update version -> 2.0.0
1 parent 113c395 commit 8e2bd8b

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
# Changelog
22

3-
## [1.5.0]
3+
## 2.0.0
4+
5+
* Updated to NNBD
6+
7+
## 1.5.0
48

59
* Exported VersionHelper class.
610

7-
## [1.4.0]
11+
## 1.4.0
812

913
* Redo theme to colorScheme.
1014

11-
## [1.3.1]
15+
## 1.3.1
1216

1317
* Redo theme argument to themeBuilder.
1418

15-
## [1.3.0]
19+
## 1.3.0
1620

1721
* Added theme support.
1822

19-
## [1.2.0]
23+
## 1.2.0
2024

2125
* Added id to injected script, redo logic of getting current app version.
2226

23-
## [1.1.0]
27+
## 1.1.0
2428

2529
* Redesigned context dependant arguments of `VersionChecker.initialize` method.
2630

27-
## [1.0.0]
31+
## 1.0.0
2832

2933
* Implemented version checker.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: version_checker
2-
version: 1.5.0
2+
version: 2.0.0
33
homepage: https://github.com/marchdev-tk/version_checker
44
description: Version Checker Popup is used to prompt user for website reloading with clearing cached data to apply a new version of the site.
55

0 commit comments

Comments
 (0)