Skip to content

Commit ad2e884

Browse files
committed
11.1.1
1 parent e6d3236 commit ad2e884

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.1.1](https://github.com/johannesjo/super-productivity/compare/v11.1.0...v11.1.1) (2025-01-05)
2+
3+
### Bug Fixes
4+
5+
- make build happy ([e6d3236](https://github.com/johannesjo/super-productivity/commit/e6d3236ab777f9f7f347aa24b9a5222e5570ba4e))
6+
17
# [11.1.0](https://github.com/johannesjo/super-productivity/compare/v11.0.3...v11.1.0) (2025-01-05)
28

39
### Bug Fixes

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
minSdkVersion 24
2121
targetSdkVersion 34
2222
compileSdk 34
23-
versionCode 11_01_00_0000
24-
versionName "11.1.0"
23+
versionCode 11_01_01_0000
24+
versionName "11.1.1"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
manifestPlaceholders = [
2727
hostName : "app.super-productivity.com",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
### Bug Fixes
3+
4+
* make build happy

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superProductivity",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"description": "ToDo list and Time Tracking",
55
"keywords": [
66
"ToDo",

Diff for: src/environments/versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is automatically generated by git.version.ts script
22
export const versions = {
3-
version: '11.1.0',
3+
version: '11.1.1',
44
revision: 'NO_REV',
55
branch: 'NO_BRANCH',
66
};

0 commit comments

Comments
 (0)