diff --git a/CHANGELOG.md b/CHANGELOG.md index cea9f7c5..82255b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.4 +- Minor update to release CI + ## 1.4.3 - Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3 diff --git a/lib/src/version.dart b/lib/src/version.dart index 756be3c7..5cd03074 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -2,4 +2,4 @@ // stored within pubspec.yaml /// The current version of scip_dart -const scipDartVersion = '1.4.3'; +const scipDartVersion = '1.4.4'; diff --git a/pubspec.yaml b/pubspec.yaml index d03ce5c2..57b21ec5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.4.3 +version: 1.4.4 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart