Skip to content

Commit 82dccdf

Browse files
committed
chore: bump version up.
1 parent 825bdac commit 82dccdf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.versionrc.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
// npx standard-version --dry-run
1212
module.exports = () => {
1313
return {
14-
"bumpFiles": [],
14+
"bumpFiles": [
15+
{
16+
"filename": "ver",
17+
"type": "plain-text"
18+
}
19+
],
1520
"packageFiles": [
1621
{
1722
"filename": "ver",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protosocks"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["hlzhang <[email protected]>"]
55
edition = "2018"
66
license-file = "LICENSE.md"

ver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)