diff --git a/package.json b/package.json index 8c200be..c5bf854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osc-website", - "version": "0.3.1", + "version": "1.0.0", "description": "UF OSC website", "main": "app.js", "scripts": { diff --git a/utils/config.js b/utils/config.js index e72c965..70fa3b3 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,4 +1,4 @@ -const VERSION = 'V0.3.1' +const VERSION = 'V1.0.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'