From 5c5aab8f63883417525971a18758dce75b5fb785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jank=C5=AF?= Date: Sun, 9 Oct 2022 18:08:27 +0200 Subject: [PATCH] set version to 0.1.1 This actually lowers the version from 1.0.0, as it should have been set to 0.1.0 in the EurOpen release. --- meesign_core/pubspec.yaml | 2 +- meesign_native/pubspec.yaml | 2 +- meesign_network/pubspec.yaml | 2 +- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meesign_core/pubspec.yaml b/meesign_core/pubspec.yaml index 2095ffe..81ed46c 100644 --- a/meesign_core/pubspec.yaml +++ b/meesign_core/pubspec.yaml @@ -1,6 +1,6 @@ name: meesign_core description: Core layer of MeeSign client shared by GUI and CLI. -version: 1.0.0 +version: 0.1.1 publish_to: none environment: diff --git a/meesign_native/pubspec.yaml b/meesign_native/pubspec.yaml index 7215622..de0885a 100644 --- a/meesign_native/pubspec.yaml +++ b/meesign_native/pubspec.yaml @@ -1,6 +1,6 @@ name: meesign_native description: Dart wrappers around MeeSign Rust and C++ libraries. -version: 1.0.0 +version: 0.1.1 publish_to: none environment: diff --git a/meesign_network/pubspec.yaml b/meesign_network/pubspec.yaml index 9fcad8f..17884a1 100644 --- a/meesign_network/pubspec.yaml +++ b/meesign_network/pubspec.yaml @@ -1,6 +1,6 @@ name: meesign_network description: Interface for communication with MeeSign Server using gRPC. -version: 1.0.0 +version: 0.1.1 publish_to: none environment: diff --git a/pubspec.lock b/pubspec.lock index 08e4f5c..5be1f24 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -255,21 +255,21 @@ packages: path: meesign_core relative: true source: path - version: "1.0.0" + version: "0.1.1" meesign_native: dependency: transitive description: path: meesign_native relative: true source: path - version: "1.0.0" + version: "0.1.1" meesign_network: dependency: transitive description: path: meesign_network relative: true source: path - version: "1.0.0" + version: "0.1.1" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 89aa6a2..a1d8d20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 0.1.1 environment: sdk: ">=2.13.0 <3.0.0"