diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 76f505e..21602e9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,5 +1,6 @@ name: native_crypto_example description: Demonstrates how to use the native_crypto plugin. +version: 1.0.0+1 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index f061848..03d189f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: native_crypto description: Fast crypto functions for Flutter. -version: 0.0.2 +version: 0.0.4+1 author: Hugo Pointcheval homepage: https://hugo.pointcheval.fr