Fix: Update version numbers to 1.4.4 in package.json and ReadME

This commit is contained in:
MasterAcnolo
2026-02-17 15:22:38 +01:00
parent 7cd3b4be06
commit 2234f9ed81
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "freedom-loader",
"version": "1.4.3",
"version": "1.4.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "freedom-loader",
"version": "1.4.3",
"version": "1.4.4",
"dependencies": {
"chalk": "^4.1.2",
"debug": "^4.4.1",
@@ -3990,9 +3990,9 @@
}
},
"node_modules/minimatch": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
"integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
"dev": true,
"license": "BlueOak-1.0.0",
"dependencies": {