Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Aug 11, 2024
1 parent 9c48f99 commit 0074c0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flutter_kanjivg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_kanjivg
description: Flutter widgets that simplify displaying data from the Kanji Vector Graphics project. Built on the top of `kanjivg` package.
version: 0.0.3
version: 0.1.0
repository: https://github.com/n-bernat/kanjivg
issue_tracker: https://github.com/n-bernat/kanjivg/issues
documentation: https://kanjivg.tagaini.net/index.html
Expand All @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
kanjivg: ^0.0.1
kanjivg: ^0.1.0
vector_graphics_compiler: ^1.1.6

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion kanjivg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void main() {

## Additional information

- This package requires at least Dart 3.1 to work.
- This package requires at least Dart 3.5 to work.
- If there are any issues feel free to go to [GitHub Issues](https://github.com/n-bernat/kanjivg/issues) and report a bug.

## Maintainers
Expand Down
2 changes: 1 addition & 1 deletion kanjivg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kanjivg
description: Dart implementation of a parser for resources from the Kanji Vector Graphics project.
version: 0.0.1
version: 0.1.0
repository: https://github.com/n-bernat/kanjivg
issue_tracker: https://github.com/n-bernat/kanjivg/issues

Expand Down

0 comments on commit 0074c0e

Please sign in to comment.