Skip to content

Commit eb31bda

Browse files
authored
Merge pull request #160 from doubleSlashde/release/v1.3
Release/v1.3
2 parents 38d2d7b + a4d6339 commit eb31bda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/mavenCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
env:
22-
version: 1.2.${{ github.run_number }}
22+
version: 1.3.${{ github.run_number }}
2323

2424
steps:
2525
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## v1.3.TODO - 2023-01-11
5+
## v1.3.x - 2023-02-14
66

77
### Added
88
- option to show note reminder only when switching from a work project without notes
@@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.
2525
### Fixed
2626
- 'hide projects' setting was not working correctly on linux. we disabled the setting for linux
2727

28-
## v1.2.0 - yyyy-mm-dd
28+
## v1.2.0 - 2021-04-14
2929

3030
### Added
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create projects and choose if they are counted as 'work time'. Select the projec
3737

3838
* Download keeptime.bat and keeptime-<version>-bin.zip (see [releases](https://github.com/doubleSlashde/KeepTime/releases))
3939
* Extract the downloaded .zip
40-
* Copy the downloaded keeptime.bat file next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. The start may take up to one minute.
40+
* Try starting the application by executing the *keeptime.bat* file. The start may take up to one minute.
4141

4242
It is recommended to run the application at computer start, so you do not forget to track your time. For autostart also execute the following steps (for windows)
4343
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</parent>
3333

3434
<properties>
35-
<project.version>1.2.0-SNAPSHOT</project.version>
35+
<project.version>1.3.0-SNAPSHOT</project.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3838
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)