Skip to content

Commit

Permalink
bump etebase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jul 27, 2023
1 parent d23ce6e commit c443a99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/etebase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2023-07-27
### Changed
- Update dependencies

## [1.0.1+1] - 2023-06-05
### Fixed
- Fixed supported platforms
Expand All @@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[1.0.2]: https://github.com/Skycoder42/etebase-dart/compare/etebase-v1.0.1+1...etebase-v1.0.2
[1.0.1+1]: https://github.com/Skycoder42/etebase-dart/compare/etebase-v1.0.1...etebase-v1.0.1+1
[1.0.1]: https://github.com/Skycoder42/etebase-dart/compare/etebase%2Fv1.0.0...etebase-v1.0.1
[1.0.0]: https://github.com/Skycoder42/etebase-dart/releases/tag/etebase%2Fv1.0.0
[1.0.0]: https://github.com/Skycoder42/etebase-dart/releases/tag/etebase%2Fv1.0.0
6 changes: 3 additions & 3 deletions packages/etebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: etebase
description: Dart client library for etebase using FFI bindings with libetebase
version: 1.0.1+1
version: 1.0.2
homepage: https://github.com/Skycoder42/etebase-dart

environment:
Expand All @@ -27,8 +27,8 @@ dev_dependencies:
code_builder: ^4.5.0
custom_lint: ^0.5.0
dart_pre_commit: ^5.2.0+1
dart_test_tools: ^5.1.3
ffigen: ^9.0.0
dart_test_tools: ^5.2.0
ffigen: ^9.0.1
freezed: ^2.4.1
mocktail: ^0.3.0
source_gen: ^1.4.0
Expand Down

0 comments on commit c443a99

Please sign in to comment.