Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbenpai committed Sep 27, 2023
1 parent a41e4d6 commit 8e54482
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/api-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: "3.0.0"
info:
version: "1.2.4"
version: "1.3.0"
title: "FemDevs API Documentation"
description: "The documentation for the FemDevs API."
contact:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
"name": "website",
"version": "1.3.0",
"main": "index.js",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node-statsd": "^0.1.3",
"uuid": "^9.0.0"
},
"scripts": {
"build": "npx postcss ./assets/stylesheets/tailwind.css -o ./assets/stylesheets/styles.css --watch",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FemDevs",
"license": "AGPL-3.0-or-later",
"description": "",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@corbado/node-sdk": "^1.1.16",
"@ownid/webauthn": "^1.0.0",
Expand Down Expand Up @@ -33,24 +52,5 @@
"sequelize": "^6.33.0",
"socket.io": "^4.7.2",
"tailwindcss": "^3.3.3"
},
"name": "website",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node-statsd": "^0.1.3",
"uuid": "^9.0.0"
},
"scripts": {
"build": "npx postcss ./assets/stylesheets/tailwind.css -o ./assets/stylesheets/styles.css --watch",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FemDevs",
"license": "AGPL-3.0-or-later",
"description": "",
"engines": {
"node": ">=20.0.0"
}
}

0 comments on commit 8e54482

Please sign in to comment.