Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed Mar 12, 2024
1 parent 3fc24cd commit 7eb1410
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: 0.2.0
version: 0.3.0
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: 0.2.0
version: 0.3.0
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: 0.2.0
version: 0.3.0
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 @@ -446,21 +446,21 @@ packages:
path: meesign_core
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
meesign_native:
dependency: transitive
description:
path: meesign_native
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
meesign_network:
dependency: transitive
description:
path: meesign_network
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
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: 0.2.0
version: 0.3.0

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit 7eb1410

Please sign in to comment.