Skip to content

Commit

Permalink
Bump the version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sparmar committed May 13, 2021
1 parent 0145b05 commit 9cef6a7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
# manUp

## [1.0.5]

Migrate to null safety.
**Breaking** Renaming of some files.

## [1.0.4]

Make get setting method visible

## [1.0.3]

Add support for desktop platforms

## [1.0.2]

pub spec upgrade
Stop throwing reading file exception.

## [1.0.1]

Add capability to store and retrieve man up config.

## [1.0.0]

### First major release

Added Delegate support with `ManupDelegate`
Added Helper Widget with `ManUpWidget`
Check `README` file for full details.

## [0.0.3]

First manup release
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
build_runner_core:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: manup
description: Mandatory update for Flutter Apps.
version: 1.0.4
version: 1.0.5
homepage: https://github.com/NextFaze/flutter_manup

environment:
Expand Down

0 comments on commit 9cef6a7

Please sign in to comment.