Skip to content

Commit 3f4e01b

Browse files
committed
update package version solving 1.1.2
1 parent 08694de commit 3f4e01b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.2
2+
- Fixed version solving errors
3+
- On that note, please DO NOT use 1.1.1
4+
15
## 1.1.1
26
- Updated underlying dependencies to latest stable versions
37

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: dargon2
22
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://github.com/tmthecoder/dargon2
55

66
environment:
77
sdk: '>=2.8.1 <3.0.0'
88

99
dependencies:
1010
ffi: ^0.1.3
11-
convert: ^3.0.0
11+
convert: ^2.1.1
1212
meta: ^1.2.3
1313

1414
dev_dependencies:

0 commit comments

Comments
 (0)