Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Dec 24, 2024
1 parent a4b2829 commit 22a3098
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions general_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
sdk: 'flutter'
cupertino_icons: '^1.0.6'
path: '^1.9.0'
general_lib: '^0.0.49'
general_lib_flutter: '^0.0.30'
general_lib: '^0.0.50'
general_lib_flutter: '^0.0.31'
documentation: '^0.0.2'
dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions package/general/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
path: '../'
media_kit_video: '^1.2.5'
local_auth: '^2.2.0'
telegram_client: '^0.8.27'
general_lib: '^0.0.49'
general_lib_flutter: '^0.0.30'
telegram_client: '^0.8.28'
general_lib: '^0.0.50'
general_lib_flutter: '^0.0.31'
dev_dependencies:
flutter_test:
sdk: 'flutter'
Expand Down
6 changes: 3 additions & 3 deletions package/general/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'general'
description: 'General library For Make Your Coding or Project More Easy'
version: '0.0.32'
version: '0.0.33'
homepage: 'https://github.com/azkadev/general'
repository: 'https://github.com/azkadev/general'
issue_tracker: 'https://github.com/azkadev/general/issues '
Expand All @@ -20,7 +20,7 @@ executables:
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
general_lib: '^0.0.49'
general_lib: '^0.0.50'
media_kit: '^1.1.1'
path: '^1.9.0'
universal_io: '^2.2.2'
Expand All @@ -36,7 +36,7 @@ dependencies:
flutter_tts: '^4.2.0'
permission_handler: '^11.3.1'
speech_to_text: '^7.0.0'
general_lib_flutter: '^0.0.30'
general_lib_flutter: '^0.0.31'
media_kit_video: '^1.2.5'
local_auth: '^2.3.0'
wakelock_plus: '^1.2.8'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ funding:
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
general_lib: '^0.0.49'
general_lib: '^0.0.50'
http: '^1.2.2'
mason_logger: '^0.3.1'
path: '^1.9.0'
Expand Down

0 comments on commit 22a3098

Please sign in to comment.