We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac219c commit 05024a6Copy full SHA for 05024a6
2 files changed
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: hashids2
2
-version: 1.0.0
+version: 1.0.1
3
authors:
4
- Iwan Sapoetra <isapoetra@gmail.com>
5
- Olexandr Leuschenko <olexa.le@gmail.com>
readme.md
@@ -27,7 +27,7 @@ All (long) integers need to be greater than or equal to zero.
27
Add to the `pubspec.yaml`
28
```
29
dependencies:y
30
- hashids2: ^1.0.0
+ hashids2: ^1.0.1
31
32
33
#### Encrypting
0 commit comments