Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Aug 8, 2024
1 parent 55e000b commit 4dde71c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(SearchHistory VERSION 1.0.1)
project(SearchHistory VERSION 1.0.2)

add_library(${PROJECT_NAME} SHARED
src/main.cpp
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Search History Changelog
## v1.0.2 (2024-08-08)
- Removed the search confirmation popup

## v1.0.1 (2024-08-07)
- Added page counter to the search history popup
- Fixed a layering issue in the mod's logo
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"win": "2.206",
"mac": "2.206"
},
"version": "v1.0.1",
"version": "v1.0.2",
"id": "hiimjustin000.search_history",
"name": "Search History",
"developer": "hiimjustin000",
Expand Down

0 comments on commit 4dde71c

Please sign in to comment.