diff --git a/.gitignore b/.gitignore index d7ff8c6..2d4d160 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ resources/netbird* +resources/*.dll # Logs logs diff --git a/package.json b/package.json index 6837c74..46e0c0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vynte-connect", "productName": "Vynte Connect", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "description": "VPN used to access internal Vynte services", "main": ".vite/build/main.js", "private": true,