mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: v1.1.2
This commit is contained in:
parent
6be34fe9a0
commit
aa74c46a12
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
## 1.1.2
|
||||
|
||||
- fix: lookup library in Flutter's .pub_cache folder
|
||||
|
||||
- feat: add ability to limit number of commits to walk in revision walk
|
||||
|
||||
## 1.1.1
|
||||
|
||||
- fix: lookup library in correct locations
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'libgit2dart'
|
||||
s.version = '1.1.1'
|
||||
s.version = '1.1.2'
|
||||
s.summary = 'Dart bindings to libgit2.'
|
||||
s.description = <<-DESC
|
||||
Dart bindings to libgit2.
|
||||
|
|
|
@ -2,7 +2,7 @@ name: libgit2dart
|
|||
|
||||
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
|
||||
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
|
||||
homepage: https://github.com/SkinnyMind/libgit2dart
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue