Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/landamessenger/zstandard
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
efraespada committed Nov 6, 2024
2 parents 6fe81f5 + d7821a2 commit a3b8817
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion zstandard_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_android
description: Android platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_android

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
ffi: ^2.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
2 changes: 1 addition & 1 deletion zstandard_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_cli
description: CLI implementation of zstandard. For desktops.
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_cli

Expand Down
2 changes: 1 addition & 1 deletion zstandard_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_ios
description: iOS platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_ios

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
ffi: ^2.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_linux
description: Linux platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_linux

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
ffi: ^2.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_macos
description: macOS platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_macos

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
ffi: ^2.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
2 changes: 1 addition & 1 deletion zstandard_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_web
description: Web platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_web

Expand All @@ -21,7 +21,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
web: ">=0.5.1 <2.0.0"

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.4
## 1.3.5

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zstandard_windows
description: Windows platform implementation of zstandard
version: 1.3.4
version: 1.3.5
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_windows

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
zstandard_platform_interface: ^1.3.4
zstandard_platform_interface: ^1.3.5
ffi: ^2.1.3

dev_dependencies:
Expand Down

0 comments on commit a3b8817

Please sign in to comment.