We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825bdac commit 82dccdfCopy full SHA for 82dccdf
.versionrc.js
@@ -11,7 +11,12 @@
11
// npx standard-version --dry-run
12
module.exports = () => {
13
return {
14
- "bumpFiles": [],
+ "bumpFiles": [
15
+ {
16
+ "filename": "ver",
17
+ "type": "plain-text"
18
+ }
19
+ ],
20
"packageFiles": [
21
{
22
"filename": "ver",
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "protosocks"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["hlzhang <[email protected]>"]
5
edition = "2018"
6
license-file = "LICENSE.md"
ver
@@ -1 +1 @@
-0.1.0
+0.2.0
0 commit comments