Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Nov 22, 2024
1 parent bac6d1c commit 759cc6a
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 @@ -6,7 +6,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(source-record VERSION 0.4.2)
project(source-record VERSION 0.4.3)
set(PROJECT_FULL_NAME "Source Record")

# 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": "source-record",
"version": "0.4.2"
"version": "0.4.3"
}

1 comment on commit 759cc6a

@kakra
Copy link

@kakra kakra commented on 759cc6a Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@exeldro Tag 0.4.2 isn't on this commit but some commits later which introduces a compiler error for me.

Please sign in to comment.