Skip to content

Commit

Permalink
UPDATE VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
afkvido committed Aug 7, 2022
1 parent b5bf6d1 commit f9b9b51
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: "ProdigyPNP"
given-names: ""
title: "ProdigyMathGameHacking"
version: 2.1.9
version: 3.0.0
date-released: 2022-04-22
url: "https://github.com/ProdigyPNP/ProdigyMathGameHacking"
4 changes: 2 additions & 2 deletions PHEx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions PHEx/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"name": "phex",
"version": "2.1.9",
"version": "3.0.0",
"description": "Prodigy Hacking Extension",
"main": "build.js",
"scripts": {
"setup": "npm install",

"start": "node build.js",
"build": "node build.js",
"package": "node build.js",
"zip": "node build.js",
"crx": "node build.js",
"xpi": "node build.js",

"sh:start": "./build.sh",
"sh:build": "./build.sh",
"sh:package": "./build.sh",
"sh:zip": "./build.sh",
"sh:crx": "./build.sh",
"sh:xpi": "./build.sh",

"quickstart": "npm install && node build.js"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion cheatGUI/dist/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cheatGUI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions cheatGUI/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
{
"name": "cheatgui",
"version": "2.1.9",
"version": "3.0.0",
"description": "Prodigy Hack GUI",
"main": "dist/bundle.js",
"scripts": {
"setup": "npm install",

"build": "npx webpack --config webpack.config.js",
"webpack": "npm run build",
"package": "npm run build",

"server": "node hot-reload.mjs",
"start": "npm run server",
"dev": "npm run server",

"quickstart": "npm run setup && npm run build",

"quickserver": "npm run setup && npm run server"

},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions cheatGUI/src/utils/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export async function statusMessage () {


const UpdateToInfiniteZero = Swal.mixin({
title: "New PHEx Version: v2.2.1",
title: "PHEx 3.0.0",
icon: "info",
showCancelButton: true,
showConfirmButton: true,
confirmButtonText: "Update to 2.2.1",
confirmButtonText: "Update to 3.0.0",
cancelButtonText: "I've already updated.",
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>"
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>"

});

Expand Down
4 changes: 2 additions & 2 deletions cheatGUI/statusmessage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enabled": true,
"title": "New PHEx Version: v2.2.1",
"title": "New PHEx Version: v3.0.0",
"icon": "info",
"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>"
"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>"
}
4 changes: 2 additions & 2 deletions typings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions typings/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "prodigy-declarations",
"version": "2.1.9",
"version": "3.0.0",
"description": "Type declarations for Prodigy, the math game.",
"license": "MPL-2.0",
"author": "ProdigyPNP",

"scripts": {
"setup": "npm install",

"start": "npm install",

"quickstart": "npm install"
},

"dependencies": {
"typescript": "^4.7.3"
},
Expand Down

0 comments on commit f9b9b51

Please sign in to comment.