Skip to content

Commit 99a0984

Browse files
committed
chore: bump version to 1.2.1
1 parent d8711a5 commit 99a0984

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

flatpak/io.github.alper_han.crossmacro.flathub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ modules:
8585
# Main source from GitHub
8686
- type: git
8787
url: https://github.com/alper-han/CrossMacro.git
88-
tag: v1.2.0
88+
tag: v1.2.1
8989
x-checker-data:
9090
type: git
9191
tag-pattern: ^v([\d.]+)$

scripts/msix/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<Identity Name="CrossMacro.CrossMacro"
1010
Publisher="CN=FE9E81DC-2233-4DB9-B5D4-E11AFD6462CF"
11-
Version="1.2.0.0"
11+
Version="1.2.1.0"
1212
ProcessorArchitecture="x64"/>
1313

1414
<Properties>

scripts/packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Zynix <crossmacro@zynix.net>
22
pkgname=crossmacro
3-
pkgver=1.2.0
3+
pkgver=1.2.1
44
pkgrel=1
55
pkgdesc="Cross-platform mouse and keyboard macro automation tool"
66
arch=('x86_64' 'aarch64')

0 commit comments

Comments
 (0)