diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 12 insertions, 3 deletions
@@ -40,6 +40,15 @@ Almost all configuration takes place inside the UI, and almost no configuration Your configuration file will be found in `%APPDATA%\viper.json` on Windows, and inside either `~/.config` or through your environment variables (`$XDG_CONFIG_HOME`) on Linux, the latter has priority. +## Contact/Support + +To get supoport either open a GitHub issue.<br> +Or if you must you can contact a developer through the methods below: + +Ways to contact the main developer: [0neGal](https://github.com/0neGal) + * Twitter: [@0neGal](https://twitter.com/0neGal) + * Reddit: [/u/0neGal](https://reddit.com/u/0neGal) + ## Sidenote Given that we already have so many Northstar updaters and launchers I urge people to instead of creating new launchers unless there's a very specific reason, just make a pull request on one of the existing, otherwise we'll continue to have new ones. diff --git a/package-lock.json b/package-lock.json index 432c584..bfdbd43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "viper", - "version": "1.0.1", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "viper", - "version": "1.0.1", + "version": "1.0.3", "license": "GPL-3.0-or-later", "dependencies": { "copy-dir": "^1.3.0", diff --git a/package.json b/package.json index 309dcbb..4e9fe07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viper", "productName": "Viper", - "version": "1.0.2", + "version": "1.0.3", "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", "build": { |