17.0.0-RC.9

This commit is contained in:
Johannes Millan 2026-01-17 16:08:01 +01:00
parent 4cd4216f46
commit 7d5bb1a709
5 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,5 @@
# [17.0.0-RC.9](https://github.com/super-productivity/super-productivity/compare/v17.0.0-RC.8...v17.0.0-RC.9) (2026-01-17)
# [17.0.0-RC.8](https://github.com/super-productivity/super-productivity/compare/v17.0.0-RC.7...v17.0.0-RC.8) (2026-01-17)
### Bug Fixes

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 17_00_00_0008
versionName "17.0.0-RC.8"
versionCode 17_00_00_0009
versionName "17.0.0-RC.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "17.0.0-RC.8",
"version": "17.0.0-RC.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "17.0.0-RC.8",
"version": "17.0.0-RC.9",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "17.0.0-RC.8",
"version": "17.0.0-RC.9",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '17.0.0-RC.8',
version: '17.0.0-RC.9',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};