Skip to content

Commit 10a61ee

Browse files
committed
chore: bump version to v2.0.0-beta3
1 parent 8ea771b commit 10a61ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
APP_NAME := ADBKit
2-
VERSION := 2.0.0-beta2
3-
VERSION_DEB := 2.0.0~beta2
4-
VERSION_ARCH := 2.0.0beta2
2+
VERSION := 2.0.0-beta3
3+
VERSION_DEB := 2.0.0~beta3
4+
VERSION_ARCH := 2.0.0beta3
55
BUILD_DIR := build/bin
66
BINARY := $(BUILD_DIR)/$(APP_NAME)
77
PLATFORM := linux/amd64

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Drenzzz <realdrenzzz@gmail.com>
22
pkgname=adbkit
3-
pkgver=2.0.0beta2
3+
pkgver=2.0.0beta3
44
pkgrel=1
55
pkgdesc="Modern desktop toolkit for ADB, Fastboot, and scrcpy"
66
arch=('x86_64')

0 commit comments

Comments
 (0)