From 24eb61516b9a59506236923d3b3f77fe66388308 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Wed, 29 Apr 2020 23:08:45 +0200 Subject: [PATCH] Update versions and fix AppStore build number warn --- example/pubspec.yaml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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