Skip to content

Commit f016c54

Browse files
committed
Updated product to version 0.3.0
1 parent 430bc2c commit f016c54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes for 0.3.0
2+
3+
N/A
4+
5+
16
Changes for 0.2.0
27

38
* Fixed issue #6: Right-click on a directory with Windows Explorer in the left panel shows the menus twice.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MESSAGE( STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR} )
6262

6363
# Product version according to Semantic Versioning v2.0.0 https://semver.org/
6464
set(SHELLANYTHING_VERSION_MAJOR 0)
65-
set(SHELLANYTHING_VERSION_MINOR 2)
65+
set(SHELLANYTHING_VERSION_MINOR 3)
6666
set(SHELLANYTHING_VERSION_PATCH 0)
6767
set(SHELLANYTHING_VERSION ${SHELLANYTHING_VERSION_MAJOR}.${SHELLANYTHING_VERSION_MINOR}.${SHELLANYTHING_VERSION_PATCH})
6868

0 commit comments

Comments
 (0)