diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c77dcf..ff0b63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 - 2025-10-24 + +- **chore**: update dependencies. + ## 1.0.0 - 2025-10-13 - **chore**: initial release. \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 42a2b76..2518583 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -84,11 +84,11 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.0" - resolved-ref: "3bcba6b11fe0480e06e1bedf6eab4159a7c59c53" + ref: "v1.0.1" + resolved-ref: "35f1c6369273e693895c7f07ff18d4111c4dfe45" url: "https://github.com/flutter-news-app-full-source-code/kv-storage-service.git" source: git - version: "0.0.0" + version: "1.0.1" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0f7d754..3ba8262 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: kv_storage_shared_preferences description: A Flutter implementation of the `KVStorageService` interface using the shared_preferences package. repository: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences publish_to: none +version: 1.0.1 environment: sdk: ^3.9.0 @@ -12,7 +13,7 @@ dependencies: kv_storage_service: git: url: https://github.com/flutter-news-app-full-source-code/kv-storage-service.git - ref: v1.0.0 + ref: v1.0.1 shared_preferences: ^2.5.2 dev_dependencies: