Skip to content

Commit

Permalink
1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dudujiaocheng committed Apr 23, 2024
1 parent d75288b commit fce323e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions particle-aa/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../

particle_connect: ^1.4.17
particle_auth: ^1.4.17
particle_auth_core: ^1.4.17
particle_connect: ^1.4.19
particle_auth: ^1.4.19
particle_auth_core: ^1.4.19
# particle_auth_core:
# path: ../../particle-auth-core/
# particle_connect:
Expand Down
4 changes: 2 additions & 2 deletions particle-aa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: particle_aa
description: A flutter plugin project for particle aa
version: 1.4.17
version: 1.4.19
homepage: https://particle.network

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.1.6

particle_auth: ^1.4.17
particle_auth: ^1.4.19

# particle_auth:
# path: ../particle-auth/
Expand Down
4 changes: 2 additions & 2 deletions particle-auth-core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: particle_auth_core
description: A flutter plugin project for particle auth core
version: 1.4.17
version: 1.4.19
homepage: https://particle.network

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.6
particle_auth: ^1.4.17
particle_auth: ^1.4.19
# particle_auth:
# path: ../particle-auth/

Expand Down
2 changes: 1 addition & 1 deletion particle-auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: particle_auth
description: A flutter plugin project for particle auth
version: 1.4.17
version: 1.4.19
homepage: https://particle.network

environment:
Expand Down
4 changes: 2 additions & 2 deletions particle-connect/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: particle_connect
description: A flutter plugin project for particle connect
version: 1.4.17
version: 1.4.19
homepage: https://particle.network/

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.6
particle_auth: ^1.4.17
particle_auth: ^1.4.19
# particle_auth:
# path: ../particle-auth/

Expand Down
6 changes: 3 additions & 3 deletions particle-wallet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: particle_wallet
description: A flutter plugin project for particle wallet
version: 1.4.17
version: 1.4.19
homepage: https://particle.network

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
particle_connect: ^1.4.17
particle_auth: ^1.4.17
particle_connect: ^1.4.19
particle_auth: ^1.4.19

# particle_connect:
# path: ../particle-connect/
Expand Down

0 comments on commit fce323e

Please sign in to comment.