bump version to 2.2.0 (#586)

This commit is contained in:
Sijie.Sun
2025-01-26 23:45:50 +08:00
committed by GitHub
parent 2a5d5ea4df
commit d0f26d9303
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ on:
version:
description: 'Version for this release'
type: string
default: 'v2.1.2'
default: 'v2.2.0'
required: true
make_latest:
description: 'Mark this release as latest'

4
Cargo.lock generated
View File

@@ -1868,7 +1868,7 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "easytier"
version = "2.1.2"
version = "2.2.0"
dependencies = [
"aes-gcm",
"anyhow",
@@ -1965,7 +1965,7 @@ dependencies = [
[[package]]
name = "easytier-gui"
version = "2.1.2"
version = "2.2.0"
dependencies = [
"anyhow",
"chrono",

View File

@@ -1,7 +1,7 @@
{
"name": "easytier-gui",
"type": "module",
"version": "2.1.2",
"version": "2.2.0",
"private": true,
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"scripts": {

View File

@@ -1,6 +1,6 @@
[package]
name = "easytier-gui"
version = "2.1.2"
version = "2.2.0"
description = "EasyTier GUI"
authors = ["you"]
edition = "2021"

View File

@@ -17,7 +17,7 @@
"createUpdaterArtifacts": false
},
"productName": "easytier-gui",
"version": "2.1.2",
"version": "2.2.0",
"identifier": "com.kkrainbow.easytier",
"plugins": {},
"app": {

View File

@@ -3,7 +3,7 @@ name = "easytier"
description = "A full meshed p2p VPN, connecting all your devices in one network with one command."
homepage = "https://github.com/EasyTier/EasyTier"
repository = "https://github.com/EasyTier/EasyTier"
version = "2.1.2"
version = "2.2.0"
edition = "2021"
authors = ["kkrainbow"]
keywords = ["vpn", "p2p", "network", "easytier"]