Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jan 16, 2025
1 parent e1b3522 commit 5842a39
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion general_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: 'flutter'
cupertino_icons: '^1.0.6'
path: '^1.9.0'
general_lib: '^0.0.59'
general_lib: '^0.0.61'
general_lib_flutter: '^0.0.40'
documentation: '^0.0.2'
dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions package/general/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.44

- New Version 0.0.44


## 0.0.43

- New Version 0.0.43
Expand Down
4 changes: 2 additions & 2 deletions package/general/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
path: '../'
media_kit_video: '^1.2.5'
local_auth: '^2.2.0'
telegram_client: '^0.8.35'
general_lib: '^0.0.60'
telegram_client: '^0.8.36'
general_lib: '^0.0.61'
general_lib_flutter: '^0.0.40'
dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion package/general/lib/cli/cli.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:general/api/api.dart';
import 'package:general_lib/fork/mason_logger/mason_logger.dart';
import 'package:general_lib/general_lib.dart';
import 'package:general_lib/general_lib.dart';
import 'package:io_universe/io_universe.dart';

/// UncompleteDocumentation
Expand Down
8 changes: 4 additions & 4 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 help you integrate any package commong used like permission, and many more only use one library'
version: '0.0.43'
version: '0.0.44'
homepage: 'https://github.com/azkadev/general'
repository: 'https://github.com/azkadev/general'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
Expand All @@ -26,13 +26,13 @@ executables:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.60'
general_lib: '^0.0.61'
media_kit_fork: '^0.0.1'
path: '^1.9.0'
io_universe: '^0.0.4'
io_universe: '^0.0.4'
html: 'any'
collection: '^1.19.0'
yaml: '^3.1.3'
yaml: '^3.1.3'
flutter:
sdk: 'flutter'
file_picker: '^8.1.4'
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.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.59'
general_lib: '^0.0.61'
http: '^1.2.2'
mason_logger: '^0.3.1'
path: '^1.9.0'
Expand Down

0 comments on commit 5842a39

Please sign in to comment.