From 685a7a3ac1168185a8c5730f75847c27bdf785ab Mon Sep 17 00:00:00 2001 From: amaillo Date: Wed, 11 Oct 2023 23:03:54 -0400 Subject: [PATCH] Version update --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1300b7c..187dd96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mh-pointers-tool", - "version": "1.1.0", + "version": "1.1.1", "description": "A modding tool to edit strings in old monster hunter games, and hopefully other games too.", "main": "index.js", "scripts": { diff --git a/src/index.js b/src/index.js index 9c5ec0b..1427c16 100644 --- a/src/index.js +++ b/src/index.js @@ -4607,7 +4607,7 @@ aboutDialogLayout.addWidget(aboutMadeByWidget) const aboutTitleLabel = new QLabel() aboutTitleLabel.setTextInteractionFlags(1) -aboutTitleLabel.setText("MH Pointers Tool" +" - Ver. 1.1.0") +aboutTitleLabel.setText("MH Pointers Tool" +" - Ver. 1.1.1") const aboutTitleLayout = new QBoxLayout(0) aboutTitleLayout.addWidget(aboutTitleLabel) aboutTitleWidget.setLayout(aboutTitleLayout)