Skip to content

Commit bfb34eb

Browse files
committed
Release new major version instead of minor
1 parent c6d656f commit bfb34eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "voucherify_rs"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
authors = ["Mateusz 'Haggus' Mrowiec <[email protected]>"]
55
keywords = ["voucher", "voucherify", "api"]
66
description = "Rust SDK for Voucherify.io"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Add crate to your Cargo.toml
66
``` toml
77
[dependencies]
8-
voucherify_rs = "0.2.0"
8+
voucherify_rs = "1.0.0"
99
```
1010

1111
Import voucherify-rs crate

0 commit comments

Comments
 (0)