From 17633509bfb2237811f602460e8c1fa89f2cad32 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Sun, 16 Jun 2024 20:23:17 +0200 Subject: [PATCH] feature: updated dependencies --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7036e..3de9d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.7 + +* Dependencies updated + ## 0.1.6 * Dependencies updated diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 977f66f..99af42c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: stringcare: path: ../ - cupertino_icons: ^1.0.6 + cupertino_icons: ^1.0.8 stringcare: assets: diff --git a/pubspec.yaml b/pubspec.yaml index a4c4851..b8fdb9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stringcare description: Flutter plugin for obfuscate and reveal strings and any other data. -version: 0.1.6 +version: 0.1.7 homepage: https://github.com/StringCare/stringcare repository: https://github.com/StringCare/stringcare @@ -19,7 +19,7 @@ dependencies: flutter_svg: ^2.0.10+1 # android ios linux macos windows ffi: ^2.1.2 global_refresh: ^1.0.0 # android ios linux macos web windows - go_router: ^14.1.1 # android ios linux macos web windows + go_router: ^14.2.0 # android ios linux macos web windows path: ^1.9.0 yaml: ^3.1.2