Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OctMon committed Apr 10, 2019
1 parent 9136a21 commit 42f8b66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

* fix iOS less than fifteen characters failed to decrypt

## 1.0.1

* update README.md.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http://tool.chacuo.net/cryptdes

```yaml
dependencies:
flutter_des: ^1.0.1 #latest version
flutter_des: ^1.1.0 #latest version
```
### Example
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.1.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_des
description: Java, android, ios, get the same result by DES encryption and decryption.
version: 1.0.1
version: 1.1.0
author: OctMon <[email protected]>
homepage: https://github.com/OctMon/flutter_des

Expand Down

0 comments on commit 42f8b66

Please sign in to comment.