diff --git a/CHANGELOG.md b/CHANGELOG.md index 4606182..8479242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.2 + +- fix: lookup package in correct location of Dart/Flutter cached packages + ## 1.2.1 - fix: use default location of Flutter's '.pub_cache' folder diff --git a/macos/libgit2dart.podspec b/macos/libgit2dart.podspec index e2f4a77..5ccfc67 100644 --- a/macos/libgit2dart.podspec +++ b/macos/libgit2dart.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'libgit2dart' - s.version = '1.2.1' + s.version = '1.2.2' s.summary = 'Dart bindings to libgit2.' s.description = <<-DESC Dart bindings to libgit2. diff --git a/pubspec.yaml b/pubspec.yaml index 260dbb0..d0c47a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: libgit2dart description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter. -version: 1.2.1 +version: 1.2.2 homepage: https://github.com/SkinnyMind/libgit2dart