diff --git a/manifest.json b/manifest.json index f937ae1..8ba67b8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "WebSerial for Firefox", - "version": "0.1.1", + "version": "0.2.0", "browser_specific_settings": { "gecko": { "id": "webserial@kuba2k2.github.io" diff --git a/native/install/windows_x86.nsi b/native/install/windows_x86.nsi index c0153c0..96ab4c8 100644 --- a/native/install/windows_x86.nsi +++ b/native/install/windows_x86.nsi @@ -1,5 +1,5 @@ !define NAME "WebSerial for Firefox" -!define VERSION "0.1.1" +!define VERSION "0.2.0" !define NATIVEID "io.github.kuba2k2.webserial" !define REGUNINST "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\firefox-webserial" diff --git a/native/src/config.h b/native/src/config.h index e4d3124..e73fdf3 100644 --- a/native/src/config.h +++ b/native/src/config.h @@ -2,6 +2,6 @@ #pragma once -#define NATIVE_VERSION "0.0.0" +#define NATIVE_VERSION "0.2.0" #define NATIVE_PROTOCOL 2 #define WEBSOCKET_PORT 23290 diff --git a/package-lock.json b/package-lock.json index 6ae201f..49e2787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firefox-webserial", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "firefox-webserial", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index c05abae..72ea0c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firefox-webserial", "description": "WebSerial for Firefox", - "version": "0.1.1", + "version": "0.2.0", "author": "kuba2k2", "license": "MIT", "private": true,