Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Oct 4, 2023
1 parent 57c5683 commit 12af10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.20)

project(
AirPodsDesktop
VERSION 0.4.0 # Don't forget to bump the version in `vcpkg.json` as well
VERSION 0.4.1 # Don't forget to bump the version in `vcpkg.json` as well
LANGUAGES C CXX
DESCRIPTION "AirPods desktop user experience enhancement program"
HOMEPAGE_URL "https://github.com/SpriteOvO/AirPodsDesktop"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airpods-desktop",
"version-string": "0.4.0",
"version-string": "0.4.1",
"dependencies": [
{
"name": "cpr",
Expand Down

0 comments on commit 12af10c

Please sign in to comment.