diff --git a/package.json b/package.json index bafd302..b4964f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osc-website", - "version": "1.0.1", + "version": "1.0.2", "description": "UF OSC website", "main": "app.js", "scripts": { diff --git a/utils/config.js b/utils/config.js index ba80a8f..ad755de 100644 --- a/utils/config.js +++ b/utils/config.js @@ -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:Vm0p67n9M0Z9j0jx@cluster0.cfrfrnu.mongodb.net/?retryWrites=true&w=majority'