Skip to content

Commit 254cbce

Browse files
committed
Released 6.0.1.
1 parent 1e50612 commit 254cbce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 6.0.1
2+
- removed the opub executable from pubspec.yaml as it is no longer used.
3+
14
# 6.0.0
25
- removed support for opub as dart 2.15 is long gone. If you still
36
need opub then install a 4.x version.

lib/src/version/version.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/// GENERATED BY pub_release do not modify.
22
/// Instance of 'Name' version
33
///ignore: omit_obvious_property_types
4-
String packageVersion = '6.0.0';
4+
String packageVersion = '6.0.1';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: onepub
2-
version: 6.0.0
2+
version: 6.0.1
33
homepage: https://onepub.dev
44
documentation: https://docs.onepub.dev
55
description: Command line tools for the OnePub private Dart/Flutter repository.

0 commit comments

Comments
 (0)