This commit is contained in:
Johannes Millan 2026-04-21 22:37:49 +02:00
parent 99fda61fb9
commit 6e6fef101c
5 changed files with 7 additions and 6 deletions

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 18_02_06_9000
versionName "18.2.6"
versionCode 18_02_07_9000
versionName "18.2.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1 @@
- correct today button translation key namespace

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "18.2.6",
"version": "18.2.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "18.2.6",
"version": "18.2.7",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "18.2.6",
"version": "18.2.7",
"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: '18.2.6',
version: '18.2.7',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};