Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jun 18, 2024
1 parent 4ff184b commit 56f1ca9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -747,14 +747,14 @@ packages:
path: "../p2panda"
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
p2panda_flutter:
dependency: "direct main"
description:
path: "../p2panda_flutter"
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
package_info_plus:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: app
description: Meli Bees App for Android
publish_to: none
version: 0.1.0+1
version: 0.1.1+1

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -28,8 +28,8 @@ dependencies:
image_picker: 1.1.2
intl: 0.19.0
mime: 1.0.5
p2panda: 0.1.0
p2panda_flutter: 0.1.0
p2panda: 0.1.1
p2panda_flutter: 0.1.1
package_info_plus: 8.0.0
path: 1.9.0
path_provider: 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/p2panda/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: p2panda
description: p2panda FFI bindings for Dart
version: 0.1.0
version: 0.1.1
repository: https://github.com/p2panda/meli
publish_to: none

Expand Down
4 changes: 2 additions & 2 deletions packages/p2panda_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: p2panda_flutter
description: p2panda FFI bindings for Flutter
version: 0.1.0
version: 0.1.1
repository: https://github.com/p2panda/meli
publish_to: none

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
p2panda: ^0.1.0
p2panda: ^0.1.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 56f1ca9

Please sign in to comment.