diff options
author | 0neGal <mail@0negal.com> | 2022-01-20 16:01:57 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-20 16:01:57 +0100 |
commit | 9ceb136cc6fbc2fcc0d3305da207de4afc7580fc (patch) | |
tree | 49b7404fc1952a9cfdfb477e42ac6c61db770fc3 | |
parent | fd967f570985339905c52238ead049555c5efcdc (diff) | |
parent | b3602310fb4651ed9c1ddf77770d8cfe5984265a (diff) | |
download | Viper-9ceb136cc6fbc2fcc0d3305da207de4afc7580fc.tar.gz Viper-9ceb136cc6fbc2fcc0d3305da207de4afc7580fc.zip |
Merge branch 'main' of 0neGal/viper into thunderstore
-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": { |