Skip to content

Commit 3884470

Browse files
committed
Bump version to 1.1.0
1 parent ee1c3e7 commit 3884470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin/Common/Resources.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2424

2525
#define PLUGIN_NAME L"Papyrus"
2626
#define MAJOR_VERSION 1
27-
#define MINOR_VERSION 0
28-
#define PATCH_VERSION 1
27+
#define MINOR_VERSION 1
28+
#define PATCH_VERSION 0
2929
#define BUILD_NUMBER 0 // This number will be replaced by build script
3030
#define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)
3131

0 commit comments

Comments
 (0)