This commit is contained in:
Johannes Millan 2026-04-22 16:19:14 +02:00
parent 8b147daaf4
commit 3d40f56aae
5 changed files with 8 additions and 6 deletions

View file

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

View file

@ -0,0 +1,2 @@
- warn web users about browser limitations
- move shared timestamp util into electron/ for snap packaging

4
package-lock.json generated
View file

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

View file

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