chore(release): v1.9.34-alpha4
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-12 11:53:35 -05:00
parent a5cde06ed7
commit ffceaf2c1f
4 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
1.9.34-alpha3
1.9.34-alpha4

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? ?: "109").toInt()
versionName = System.getenv("VERSION_NAME") ?: findProperty("VERSION_NAME") as String? ?: "1.9.34-alpha3"
versionCode = (System.getenv("VERSION_CODE") ?: findProperty("VERSION_CODE") as String? ?: "110").toInt()
versionName = System.getenv("VERSION_NAME") ?: findProperty("VERSION_NAME") as String? ?: "1.9.34-alpha4"
}
signingConfigs {

View file

@ -1,12 +1,12 @@
{
"name": "screentinker",
"version": "1.9.34-alpha3",
"version": "1.9.34-alpha4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "screentinker",
"version": "1.9.34-alpha3",
"version": "1.9.34-alpha4",
"dependencies": {
"@azure/msal-node": "^5.2.1",
"archiver": "^7.0.1",

View file

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