diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b68d6..344d842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.1.1 (2024-03-29) + +## Bug Fixes + +- prepare_release update-year spelling ([40d1b8f](commit/40d1b8f)) + # 2.1.0 (2024-03-29) ## Features diff --git a/README.md b/README.md index e2d724d..26b0732 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ your project's own dependecies. Constrain it to a specific version to limit supply-chain exploits. ```sh -$ pub global activate release_tools 2.1.0 +$ pub global activate release_tools 2.1.1 ``` ## Scripts diff --git a/lib/release_tools_version.dart b/lib/release_tools_version.dart index 0d12248..425367b 100644 --- a/lib/release_tools_version.dart +++ b/lib/release_tools_version.dart @@ -1 +1 @@ -const releaseToolsVersion = '2.1.0'; +const releaseToolsVersion = '2.1.1'; diff --git a/pubspec.yaml b/pubspec.yaml index d971443..bb5e3fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: release_tools description: A collection of scripts to help with creating releases and publishing libraries. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/asartalo/release_tools environment: