Skip to content

Commit

Permalink
Merge pull request #5 from msdigital/fs22_rewrite
Browse files Browse the repository at this point in the history
v1.22.3 - fix wrong versioning
  • Loading branch information
msdigital authored Dec 18, 2021
2 parents eec6c82 + c244000 commit e61d3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if(process.env.WEB_PORT) config.WEB_PORT = process.env.WEB_PORT;
if(process.env.SERVER_IP) config.SERVER_IP = process.env.SERVER_IP;
if(process.env.SERVER_KEY) config.SERVER_KEY = process.env.SERVER_KEY;

config.VERSION = '2.0';
config.VERSION = process.env.npm_package_version;

module.exports = config;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oasis",
"version": "1.22.1",
"version": "1.22.2",
"description": "Live Map for Farming Simulator 22",
"main": "server/app.js",
"private": false,
Expand Down

0 comments on commit e61d3fa

Please sign in to comment.