Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed Nov 20, 2021
1 parent 0a68f29 commit 1820059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## v0.5.0-rc2

- fix file movements

## v0.5.0-rc1
## v0.5.0

- add issueLabels

Expand Down
2 changes: 1 addition & 1 deletion lib/src/command/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class VersionCommand extends Command<int> {
@override
final description = 'Print uptodate version.';

static final Version version = Version(0, 5, 0, preRelease: ["rc2"]);
static final Version version = Version(0, 5, 0);

@override
Future<int> run() async {
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: uptodate
description: Keep your repo 'uptodate' by creating issues if a dependency updates.
version: 0.5.0-rc2
version: 0.5.0
repository: https://github.com/fischerscode/uptodate

environment:
Expand Down

0 comments on commit 1820059

Please sign in to comment.