Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Sep 23, 2023
1 parent ff9f75a commit 077480d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "WebSerial for Firefox",
"version": "0.1.1",
"version": "0.2.0",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion native/install/windows_x86.nsi
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion native/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 077480d

Please sign in to comment.