chore(release): v1.9.34-alpha8
Some checks are pending
CI / Unit tests (node --test) (push) Waiting to run
CI / OpenAPI spec lint (push) Waiting to run
CI / Android unit tests (Kotlin schedule evaluator vectors) (push) Waiting to run
CI / Boot smoke + version check (push) Waiting to run

This commit is contained in:
ScreenTinker 2026-08-13 14:32:54 -05:00
parent 7934156a2e
commit 8b162ecce2
4 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
1.9.34-alpha7
1.9.34-alpha8

View file

@ -13,8 +13,8 @@ android {
targetSdk = 34
// Env-overridable so device-owner reinstalls (which require an ever-increasing
// versionCode — downgrades are blocked) don't churn this file each build.
versionCode = (System.getenv("VERSION_CODE") ?: findProperty("VERSION_CODE") as String? ?: "113").toInt()
versionName = System.getenv("VERSION_NAME") ?: findProperty("VERSION_NAME") as String? ?: "1.9.34-alpha7"
versionCode = (System.getenv("VERSION_CODE") ?: findProperty("VERSION_CODE") as String? ?: "114").toInt()
versionName = System.getenv("VERSION_NAME") ?: findProperty("VERSION_NAME") as String? ?: "1.9.34-alpha8"
}
signingConfigs {

View file

@ -1,12 +1,12 @@
{
"name": "screentinker",
"version": "1.9.34-alpha7",
"version": "1.9.34-alpha8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "screentinker",
"version": "1.9.34-alpha7",
"version": "1.9.34-alpha8",
"dependencies": {
"@azure/msal-node": "^5.2.1",
"@jsquash/avif": "^1.3.0",

View file

@ -1,6 +1,6 @@
{
"name": "screentinker",
"version": "1.9.34-alpha7",
"version": "1.9.34-alpha8",
"description": "ScreenTinker - Digital Signage Management Server",
"main": "server.js",
"scripts": {