Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
Contains the fix for #2
  • Loading branch information
kirill-grouchnikov committed Dec 9, 2021
1 parent 1c16e0e commit ededfcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tools/svg-transcoder/svg-transcoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The following table summarizes the level of support for different SVG elements.

### Dependency versions for the Aurora SVG transcoder

* For **1.0.0**, use
* For **1.0.1**, use
* `batik-all-1.14.jar`
* `xml-apis-1.4.01.jar`
* `xml-apis-ext-1.3.04.jar`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official

GROUP=org.pushing-pixels
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
VERSION_CODENAME=Arctic

POM_DESCRIPTION=Building modern, elegant and fast Compose Desktop applications
Expand Down
2 changes: 1 addition & 1 deletion scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.0.0
AURORA_VERSION=1.0.1
KOTLIN_VERSION=1.5.31
KOTLIN_COROUTINES_VERSION=1.5.2
COMPOSE_VERSION=1.0.0
Expand Down

0 comments on commit ededfcc

Please sign in to comment.