Skip to content

Commit 68b901e

Browse files
committed
Bump version
1 parent afbf85f commit 68b901e

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.1.1",
52-
"CFBundleVersion": "0.1.1",
51+
"CFBundleShortVersionString": "0.1.2",
52+
"CFBundleVersion": "0.1.2",
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.1.1"
3+
version = "0.1.2"
44
description = "A tiny Wi-Fi analyzer for macOS"
55
authors = ["nolze <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)