Skip to content

Commit

Permalink
chore: update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlum committed Dec 7, 2024
1 parent cc7f140 commit b2183d3
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)

project(
CommunityShaders
VERSION 1.0.0
VERSION 1.0.1
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion src/ShaderCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <unordered_map>
#include <unordered_set>

static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 20 };
static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 21 };

using namespace std::chrono;

Expand Down

0 comments on commit b2183d3

Please sign in to comment.