bump version to 0.7.0

This commit is contained in:
MaysWind
2024-11-03 21:11:18 +08:00
parent 210d978279
commit 501de6ffef
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,6 +22,7 @@ require (
github.com/urfave/cli/v2 v2.27.3
github.com/wk8/go-ordered-map/v2 v2.1.8
golang.org/x/crypto v0.26.0
golang.org/x/net v0.26.0
golang.org/x/text v0.17.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/mail.v2 v2.3.1
@@ -78,7 +79,6 @@ require (
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.23.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "ezbookkeeping",
"version": "0.6.0",
"version": "0.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ezbookkeeping",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"dependencies": {
"@mdi/js": "^7.4.47",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ezbookkeeping",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"repository": {
"type": "git",