Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Info update only
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Nov 25, 2021
1 parent f4d6b49 commit ad1087c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.2+1

- Update description
- Restrict `ffi` accepted update range to patch
- It reduces the risk of incompatable

## 1.1.2

- Edit default path of library to `/usr/lib/hson`
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: hson_dart
description: HSON Dart implementation
version: 1.1.2
description: Hash checked JSON library for Dart implementation (HSON dynamic library file is not included in this package)
version: 1.1.2+1
homepage: https://www.rk0cc.xyz
repository: https://github.com/rk0cc/hson_dart
issue_tracker: https://github.com/rk0cc/will_pub/issues
environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
ffi: ^1.1.2
ffi: ">=1.1.2 <1.2.0"
path: ^1.8.0
dev_dependencies:
test: ^1.19.2

0 comments on commit ad1087c

Please sign in to comment.