We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e50612 commit 254cbceCopy full SHA for 254cbce
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 6.0.1
2
+- removed the opub executable from pubspec.yaml as it is no longer used.
3
+
4
# 6.0.0
5
- removed support for opub as dart 2.15 is long gone. If you still
6
need opub then install a 4.x version.
lib/src/version/version.g.dart
@@ -1,4 +1,4 @@
/// GENERATED BY pub_release do not modify.
/// Instance of 'Name' version
///ignore: omit_obvious_property_types
-String packageVersion = '6.0.0';
+String packageVersion = '6.0.1';
pubspec.yaml
@@ -1,5 +1,5 @@
name: onepub
-version: 6.0.0
+version: 6.0.1
homepage: https://onepub.dev
documentation: https://docs.onepub.dev
description: Command line tools for the OnePub private Dart/Flutter repository.
0 commit comments