Skip to content

Commit

Permalink
BUMP V1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 25, 2024
1 parent e1d4393 commit ca970ac
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.1",
"version": "1.0.2",
"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.1'
const VERSION = 'V1.0.2'
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 ca970ac

Please sign in to comment.