Skip to content

Commit

Permalink
Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Feb 3, 2022
1 parent 4a3125c commit 0b64ad3
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.3.1
VERSION 0.3.2 # 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.3.1",
"version-string": "0.3.2",
"dependencies": [
"cxxopts",
"nlohmann-json",
Expand Down

0 comments on commit 0b64ad3

Please sign in to comment.