Skip to content

Commit

Permalink
fix: incorrectly formatted version number (#136)
Browse files Browse the repository at this point in the history
* meta: update package version to v1.4.3.patch

* fix: incorrectly formatted version number
  • Loading branch information
Lampese authored Aug 20, 2023
1 parent b001c80 commit aa50d4f
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": "@pureeval/serein",
"version": "1.4.3.patch",
"version": "1.4.3-patch",
"type": "module",
"description": "A Minecraft Bedrock creation manage tool.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/base/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// === CLI INFORMATIONS
const CLI_VERSION = '1.4.3.patch';
const CLI_VERSION = '1.4.3-patch';
// === END CLI INFORMATIONS

// === NPM PACKAGES
Expand Down

0 comments on commit aa50d4f

Please sign in to comment.