Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Jul 19, 2024
1 parent 6b9d5cb commit a31ad41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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(move-transition VERSION 3.0.1)
project(move-transition VERSION 3.0.2)
set(PROJECT_FULL_NAME "Move Transition")

# 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": "move-transition",
"version": "3.0.1"
"version": "3.0.2"
}
1 change: 1 addition & 0 deletions installer.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SolidCompression=yes
LZMAAlgorithm=1
; Other Information
DefaultDirName={code:GetDirName}
AppendDefaultDirName=no
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputDir="package"
Expand Down

0 comments on commit a31ad41

Please sign in to comment.