Skip to content

Commit db78fc9

Browse files
committed
increase version number to 1.3.x
1 parent 38d2d7b commit db78fc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

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)