Skip to content

Commit

Permalink
Update version to 3.0.0 and make improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal committed Nov 27, 2023
1 parent 1c86a4f commit 9aaf4a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

/## [2.0.0] - 2022-10-28
## [3.0.0] - 2023-11-26
- improvements

## [2.0.0] - 2022-10-28
- replaced deprecated package pedantic with lints. Updated dependencies to latest versions.

## [1.0.5] - 2022-01-21
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.0.1 <4.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: arb_translator
description: A command-line utility which helps to translate arb files with the use of google translations.
version: 2.0.2
version: 3.0.0
homepage: https://github.com/justkawal/arb_translator.git

environment:
sdk: ">=2.16.1 <4.0.0"
sdk: ">=3.0.1 <4.0.0"

dependencies:
args: ^2.4.0
Expand Down

0 comments on commit 9aaf4a4

Please sign in to comment.