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)