Skip to content

Commit ce7cfb6

Browse files
committed
Release version 0.4.0
1 parent 3a7363a commit ce7cfb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.20)
2020

2121
project(
2222
AirPodsDesktop
23-
VERSION 0.3.2 # Don't forget to bump the version in `vcpkg.json` as well
23+
VERSION 0.4.0 # Don't forget to bump the version in `vcpkg.json` as well
2424
LANGUAGES C CXX
2525
DESCRIPTION "AirPods desktop user experience enhancement program"
2626
HOMEPAGE_URL "https://github.com/SpriteOvO/AirPodsDesktop"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airpods-desktop",
3-
"version-string": "0.3.2",
3+
"version-string": "0.4.0",
44
"dependencies": [
55
{
66
"name": "cpr",

0 commit comments

Comments
 (0)