Skip to content

Commit 08dc8b8

Browse files
committed
Bump version
1 parent 14f0ba4 commit 08dc8b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tiny Wi-Fi Analyzer.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ app = BUNDLE(
4848
info_plist={
4949
"NSPrincipalClass": "NSApplication",
5050
"NSAppleScriptEnabled": False,
51-
"CFBundleShortVersionString": "0.2.0rc1",
52-
"CFBundleVersion": "0.2.0rc1",
51+
"CFBundleShortVersionString": "0.2.0",
52+
"CFBundleVersion": "0.2.0",
5353
"NSHighResolutionCapable": True,
5454
},
5555
)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tiny-wifi-analyzer"
3-
version = "0.2.0rc1"
3+
version = "0.2.0"
44
description = "A tiny Wi-Fi analyzer for macOS"
55
authors = ["nolze <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)