From 1901c16d252d0c4c9f357c4a4fb55c57a6ce46ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EC=A7=84=EC=9A=B0?= Date: Thu, 27 Feb 2025 16:34:12 +0900 Subject: [PATCH] version up --- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- example/pubspec_overrides.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index c25832c..519ea16 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -598,7 +598,7 @@ packages: path: ".." relative: true source: path - version: "0.0.36" + version: "0.0.37" rxdart: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5c72c14..525c725 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: sdk: flutter flutter_bloc: ^8.1.6 cupertino_icons: ^1.0.8 - quantum_dots: ^0.0.36 + quantum_dots: ^0.0.37 dev_dependencies: flutter_test: diff --git a/example/pubspec_overrides.yaml b/example/pubspec_overrides.yaml index 020f427..897b9d4 100644 --- a/example/pubspec_overrides.yaml +++ b/example/pubspec_overrides.yaml @@ -2,4 +2,4 @@ dependency_overrides: quantum_dots: path: ../ - version: 0.0.36 + version: 0.0.37 diff --git a/pubspec.yaml b/pubspec.yaml index 4b2bcdb..d87e6b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quantum_dots description: the design system for wippy global product -version: 0.0.36 +version: 0.0.37 homepage: https://github.com/nrise/Quantum-Dots topics: - animations