Skip to content

Commit abc9251

Browse files
committed
bump version
1 parent 1c6c327 commit abc9251

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ fujinet-pc-windows*
55
fujinet-pc-macos*
66
FujiNet-*
77
netsiohub
8+
netsiohub_dev
89

910
# Byte-compiled / optimized / DLL files
1011
__pycache__/

LICENSE

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

3-
Copyright (c) 2022 Jan Krupa
3+
Copyright (c) 2022-2023 Jan Krupa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

launcher/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME = "FujiNet-PC Launcher"
22

3-
VERSION_MAJOR = "2307"
3+
VERSION_MAJOR = "2308"
44
VERSION_MINOR = "0"
55
VERSION_BUILD = "ccb6a23"
6-
VERSION_DATE = "2023-07-17 00:00:00"
7-
VERSION_FULL = "2307.0.ccb6a23"
6+
VERSION_DATE = "2023-08-11 00:00:00"
7+
VERSION_FULL = "2308.0.ccb6a23"
88

99
DESCRIPTION = "A launcher to control FujiNet-PC and NetSIO hub."
1010

11-
COPYRIGHT = "(C) 2022 apc"
11+
COPYRIGHT = "(C) 2022-2023 apc"
1212
WEBSITE = "https://github.com/a8jan/fujinet-pc-launcher"

0 commit comments

Comments
 (0)