Skip to content

Commit f9b9b51

Browse files
committed
UPDATE VERSIONS
1 parent b5bf6d1 commit f9b9b51

10 files changed

+16
-28
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ authors:
44
- family-names: "ProdigyPNP"
55
given-names: ""
66
title: "ProdigyMathGameHacking"
7-
version: 2.1.9
7+
version: 3.0.0
88
date-released: 2022-04-22
99
url: "https://github.com/ProdigyPNP/ProdigyMathGameHacking"

PHEx/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PHEx/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
22
"name": "phex",
3-
"version": "2.1.9",
3+
"version": "3.0.0",
44
"description": "Prodigy Hacking Extension",
55
"main": "build.js",
66
"scripts": {
77
"setup": "npm install",
8-
98
"start": "node build.js",
109
"build": "node build.js",
1110
"package": "node build.js",
1211
"zip": "node build.js",
1312
"crx": "node build.js",
1413
"xpi": "node build.js",
15-
1614
"sh:start": "./build.sh",
1715
"sh:build": "./build.sh",
1816
"sh:package": "./build.sh",
1917
"sh:zip": "./build.sh",
2018
"sh:crx": "./build.sh",
2119
"sh:xpi": "./build.sh",
22-
2320
"quickstart": "npm install && node build.js"
2421
},
2522
"repository": {

cheatGUI/dist/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cheatGUI/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cheatGUI/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
{
22
"name": "cheatgui",
3-
"version": "2.1.9",
3+
"version": "3.0.0",
44
"description": "Prodigy Hack GUI",
55
"main": "dist/bundle.js",
66
"scripts": {
77
"setup": "npm install",
8-
98
"build": "npx webpack --config webpack.config.js",
109
"webpack": "npm run build",
1110
"package": "npm run build",
12-
1311
"server": "node hot-reload.mjs",
1412
"start": "npm run server",
1513
"dev": "npm run server",
16-
1714
"quickstart": "npm run setup && npm run build",
18-
1915
"quickserver": "npm run setup && npm run server"
20-
2116
},
2217
"repository": {
2318
"type": "git",

cheatGUI/src/utils/status.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ export async function statusMessage () {
55

66

77
const UpdateToInfiniteZero = Swal.mixin({
8-
title: "New PHEx Version: v2.2.1",
8+
title: "PHEx 3.0.0",
99
icon: "info",
1010
showCancelButton: true,
1111
showConfirmButton: true,
12-
confirmButtonText: "Update to 2.2.1",
12+
confirmButtonText: "Update to 3.0.0",
1313
cancelButtonText: "I've already updated.",
14-
html: "<p>EVEN IF YOU HAVE UPDATED TO 2.2.0, 2.2.1 IS NEW.</p> </p>We've released a new version of PHEx! We strongly reccomend updating to PHEx 2.2.1.</p><p><a href=https://github.com/ProdigyPNP/ProdigyMathGameHacking/releases/latest>Update now!</a></p>"
14+
html: "<p>WE DID IT!! PHEx 3.0.0 IS NOW RELESED!!!</p> </p>We've released a new version of PHEx! We strongly reccomend updating to PHEx 3.0.0.</p><p><a href=https://github.com/ProdigyPNP/ProdigyMathGameHacking/releases/latest>Update now!</a></p>"
1515

1616
});
1717

cheatGUI/statusmessage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"enabled": true,
3-
"title": "New PHEx Version: v2.2.1",
3+
"title": "New PHEx Version: v3.0.0",
44
"icon": "info",
5-
"html": "<p>We've released a new version of PHEx! We strongly reccomend updating to PHEx 2.2.1.</p><p><a href=https://github.com/ProdigyPNP/ProdigyMathGameHacking/releases/latest>Update now!</a></p>"
5+
"html": "<p>We've released a new version of PHEx! We strongly reccomend updating to PHEx 3.0.0.</p><p><a href=https://github.com/ProdigyPNP/ProdigyMathGameHacking/releases/latest>Update now!</a></p>"
66
}

typings/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typings/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"name": "prodigy-declarations",
3-
"version": "2.1.9",
3+
"version": "3.0.0",
44
"description": "Type declarations for Prodigy, the math game.",
55
"license": "MPL-2.0",
66
"author": "ProdigyPNP",
7-
87
"scripts": {
98
"setup": "npm install",
10-
119
"start": "npm install",
12-
1310
"quickstart": "npm install"
1411
},
15-
1612
"dependencies": {
1713
"typescript": "^4.7.3"
1814
},

0 commit comments

Comments
 (0)