Skip to content

Commit

Permalink
Updates version number to 0.0.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteSingularity authored Nov 5, 2023
1 parent 6f5a8e5 commit 51f0eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(obs-advanced-masks VERSION 0.0.2)
project(obs-advanced-masks VERSION 0.0.3)
set(PROJECT_FULL_NAME "Advanced Masks")

# Set new UUIDs when you start to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "obs-advanced-masks",
"version": "0.0.2"
"version": "0.0.3"
}
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define PROJECT_VERSION "0.0.2"
#define PROJECT_VERSION "0.0.3"
#define PROJECT_VERSION_MAJOR 0
#define PROJECT_VERSION_MINOR 0
#define PROJECT_VERSION_PATCH 2
#define PROJECT_VERSION_PATCH 3

0 comments on commit 51f0eea

Please sign in to comment.