Skip to content

Commit

Permalink
Update version to 5.1.4-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Oct 16, 2024
1 parent d2a2ebf commit d2c2180
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neunscript.config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Fetchr",
"version": "5.1.3_1.21",
"mc": "1.20.2",
"version": "5.1.4-beta1",
"mc": "1.21.2-pre5",
"target": "dist",
"vars": {
"version_long_name": "5.1.3 (1.21)",
"rp_version": "23",
"version_long_name": "5.1.4 Beta 1",
"rp_version": "24",
"realms": false
},
"remove_file_types": [
Expand All @@ -28,7 +28,7 @@
"realms": {
"vars": {
"realms": true,
"version_long_name": "5.1.3 (Realms)"
"version_long_name": "5.1.4 (Realms)"
}
}
},
Expand Down

2 comments on commit d2c2180

@davepusey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the commit message should have said beta1, not beta4.

@NeunEinser
Copy link
Owner Author

@NeunEinser NeunEinser commented on d2c2180 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, there isn't an easy way to change commit messages after pushing, since it requires a force push and updating the tag. And yeah, it doesn't really matter anyway πŸ˜‰

Please sign in to comment.