Skip to content

Commit

Permalink
Updates version to 1.0.2 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteSingularity authored Sep 11, 2023
1 parent 3b24c2d commit a9b3ab4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: build obs plugin
on:
push:
branches: [main]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
pull_request:
branches: [main]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'

env:
PLUGIN_NAME: obs-composite-blur
Expand Down
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-composite-blur VERSION 1.0.1)
project(obs-composite-blur VERSION 1.0.2)
set(PROJECT_FULL_NAME "Composite Blur")

# 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-composite-blur",
"version": "1.0.1"
"version": "1.0.2"
}
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 "1.0.1"
#define PROJECT_VERSION "1.0.2"
#define PROJECT_VERSION_MAJOR 1
#define PROJECT_VERSION_MINOR 0
#define PROJECT_VERSION_PATCH 1
#define PROJECT_VERSION_PATCH 2

0 comments on commit a9b3ab4

Please sign in to comment.