Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
amaillo committed Oct 12, 2023
1 parent 6fcf02d commit 685a7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 685a7a3

Please sign in to comment.