Skip to content

Commit

Permalink
BUMP V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 13, 2024
1 parent a31aa01 commit fc0120c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osc-website",
"version": "1.0.0",
"version": "1.0.1",
"description": "UF OSC website",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = 'V1.0.0'
const VERSION = 'V1.0.1'
const NODE_ENV = process.env.NODE_ENV || 'development'
const MONGO_URI = process.env.MONGO_URI || 'mongodb+srv://dev:[email protected]/?retryWrites=true&w=majority'

Expand Down

0 comments on commit fc0120c

Please sign in to comment.