From ad1c8459a2bbd202dfab95a29ca55d2fbabce499 Mon Sep 17 00:00:00 2001 From: ethicnology Date: Thu, 6 Jun 2024 17:25:09 -0400 Subject: [PATCH] chore: update doc and bump version --- README.md | 6 ++++-- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f74f6f..b3f9f9c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ # subterfuge -[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/subterfuge) -[![Get it from the Play Store](https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg)](https://play.google.com/store/apps/details?id=org.ethicnology.subterfuge) +[Try it here](https://ethicnology.github.io/subterfuge/) + + + A Shamir secret sharing experience using SLIP39 implementation. diff --git a/pubspec.yaml b/pubspec.yaml index 33cf223..fe331f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Shamir secret sharing experience using SLIP39 implementation. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0 +version: 1.1.0 environment: sdk: ">=2.17.3 <=3.22.1"