Skip to content

Commit

Permalink
📌 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 8, 2024
1 parent eadcdbb commit f546184
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ linter:
sort_constructors_first: true
sort_unnamed_constructors_first: true
unnecessary_await_in_return: true
unnecessary_library_name: false
unnecessary_parenthesis: true
6 changes: 3 additions & 3 deletions packages/agent_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart
version: 1.0.0
version: 1.0.0-dev.24

description: |
An agent library built for Internet Computer,
Expand All @@ -16,10 +16,10 @@ dependencies:
flutter:
sdk: flutter

agent_dart_base: ^1.0.0
agent_dart_base: ^1.0.0-0

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: any
flutter_test:
sdk: flutter
integration_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/agent_dart_base/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_base
version: 1.0.0
version: 1.0.0-dev.24

description: The Dart plugin that bridges Rust implementation for agent_dart.
repository: https://github.com/AstroxNetwork/agent_dart
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=3.4.0 <4.0.0'

dependencies:
agent_dart_ffi: ^1.0.0
agent_dart_ffi: ^1.0.0-0

plugin_platform_interface: ^2.0.2
archive: ^3.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_ffi
version: 1.0.0
version: 1.0.0-dev.24

description: The FFI plugin that bridges Rust implementation for agent_dart.
repository: https://github.com/AstroxNetwork/agent_dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
melos: ^6.0.0
lints: any

0 comments on commit f546184

Please sign in to comment.