Skip to content

Commit

Permalink
BUMP V0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jul 18, 2023
1 parent 14023ff commit 65e40f5
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": "0.1.4",
"version": "0.2.0",
"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 = 'V0.1.4'
const VERSION = 'V0.2.0'
const NODE_ENV = process.env.NODE_ENV || 'development'
const MONGO_URI = process.env.MONGO_URI || 'mongodb+srv://dev:Vm0p67n9M0Z9j0jx@cluster0.cfrfrnu.mongodb.net/?retryWrites=true&w=majority'

Expand Down

0 comments on commit 65e40f5

Please sign in to comment.