Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elhan98 authored and SimoneBressan committed Jul 6, 2022
1 parent c1f08be commit 563484b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kuama_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_core
description: A starting point for Dart libraries or applications.
publish_to: 'none'
version: 0.2.2
version: 0.2.3

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions kuama_permissions/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_permissions
ref: 0.2.2
ref: 0.2.3
kuama_position:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_position
ref: 0.2.2
ref: 0.2.3

shared_preferences: ^2.0.15
geolocator: ^9.0.0
Expand Down
4 changes: 2 additions & 2 deletions kuama_permissions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_permissions
description: A starting point for Dart libraries or applications.
publish_to: 'none'
version: 0.2.2
version: 0.2.3

environment:
sdk: '>=2.17.0 <3.0.0'
Expand All @@ -15,7 +15,7 @@ dependencies:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_core
ref: 0.2.2
ref: 0.2.3

permission_handler_platform_interface: ^3.7.0
permission_handler: ^10.0.0
Expand Down
6 changes: 3 additions & 3 deletions kuama_position/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_position
description: A new Flutter project.
publish_to: 'none'
version: 0.2.2
version: 0.2.3

environment:
sdk: '>=2.17.0 <3.0.0'
Expand All @@ -15,12 +15,12 @@ dependencies:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_core
ref: 0.2.2
ref: 0.2.3
kuama_permissions:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_permissions
ref: 0.2.2
ref: 0.2.3


geolocator_platform_interface: ^4.0.5
Expand Down

0 comments on commit 563484b

Please sign in to comment.