Skip to content

Commit 0cf13c6

Browse files
committed
Release: v1.6.19-stable
1 parent c04ffa5 commit 0cf13c6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### [v1.6.19-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.19-stable-free)
2+
- Fixed: Canvas positioning after pressing reset on macOS
3+
14
### [v1.6.18-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.18-stable-free)
25
- Added: macOS .pkg files are now available natively for Apple Silicon, download the correct .pkg for your system for the best performance!
36
- Fixed: Mask creation when using the 'draw' tool

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app version
22
app_name=DrawingBotV3-Free
3-
app_version=1.6.18
3+
app_version=1.6.19
44
app_state=stable
55

66
javaFX_version=17.0.11

src/main/java/drawingbot/SoftwareDBV3Free.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class SoftwareDBV3Free implements ISoftware {
2323

2424
public static final String displayName = "DrawingBotV3 Free";
2525
public static final String shortName = "DBV3";
26-
public static final String rawVersion = "1.6.18";
26+
public static final String rawVersion = "1.6.19";
2727
public static final String releaseType = "Stable";
2828
public static final String displayVersion = rawVersion + " " + releaseType;
2929

0 commit comments

Comments
 (0)