We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7363a commit ce7cfb6Copy full SHA for ce7cfb6
CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.20)
20
21
project(
22
AirPodsDesktop
23
- VERSION 0.3.2 # Don't forget to bump the version in `vcpkg.json` as well
+ VERSION 0.4.0 # Don't forget to bump the version in `vcpkg.json` as well
24
LANGUAGES C CXX
25
DESCRIPTION "AirPods desktop user experience enhancement program"
26
HOMEPAGE_URL "https://github.com/SpriteOvO/AirPodsDesktop"
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "airpods-desktop",
3
- "version-string": "0.3.2",
+ "version-string": "0.4.0",
4
"dependencies": [
5
6
"name": "cpr",
0 commit comments