Skip to content

Commit

Permalink
set version to 0.1.1
Browse files Browse the repository at this point in the history
This actually lowers the version from 1.0.0, as it should have
been set to 0.1.0 in the EurOpen release.
  • Loading branch information
jjanku committed Oct 9, 2022
1 parent 48573c9 commit 5c5aab8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion meesign_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion meesign_native/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion meesign_network/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c5aab8

Please sign in to comment.