Skip to content

Commit d0508b6

Browse files
committed
0.3.1
1 parent 647c14c commit d0508b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "WebSerial for Firefox",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"browser_specific_settings": {
66
"gecko": {
77

native/install/windows_x86.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define NAME "WebSerial for Firefox"
2-
!define VERSION "0.3.0"
2+
!define VERSION "0.3.1"
33
!define NATIVEID "io.github.kuba2k2.webserial"
44
!define REGUNINST "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\firefox-webserial"
55

native/src/webserial_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#pragma once
44

5-
#define NATIVE_VERSION "0.3.0"
5+
#define NATIVE_VERSION "0.3.1"
66
#define NATIVE_PROTOCOL 2
77
#define WEBSOCKET_PORT 23290

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firefox-webserial",
33
"description": "WebSerial for Firefox",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "kuba2k2",
66
"license": "MIT",
77
"private": true,

0 commit comments

Comments
 (0)