Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Jun 8, 2024
1 parent 5b55d53 commit 6dd1921
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "pagasa-parser-web-backend",
"version": "1.2.7",
"version": "1.3.0",
"description": "Backend server for a web interface of the PAGASA parser.",
"main": "build/PagasaParserWeb.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "pagasa-parser-web-frontend",
"version": "1.2.7",
"version": "1.3.0",
"description": "Frontend for the web interface of the PAGASA parser.",
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "pagasa-parser-web",
"version": "1.2.7",
"version": "1.3.0",
"description": "A web backend for the PAGASA parser, used for web-based and graphical data processing.",
"workspaces": [
"backend",
Expand Down

0 comments on commit 6dd1921

Please sign in to comment.