Skip to content

Commit

Permalink
December 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Dec 1, 2022
1 parent 0b5dd8c commit bc09ddf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3-SNAPSHOT**, use
* For **1.3.0**, use
* `batik-all-1.16.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 @@ -18,7 +18,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=org.pushing-pixels
VERSION_NAME=1.3-SNAPSHOT
VERSION_NAME=1.3.0
VERSION_CODENAME=December

POM_DESCRIPTION=Building modern, elegant and fast desktop Compose 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.3-SNAPSHOT
AURORA_VERSION=1.3.0
KOTLIN_VERSION=1.7.20
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.2.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-schemes.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.3-SNAPSHOT
AURORA_VERSION=1.3.0
KOTLIN_VERSION=1.7.20
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.2.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-skins-icons.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.3-SNAPSHOT
AURORA_VERSION=1.3.0
KOTLIN_VERSION=1.7.20
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.2.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-skins.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.3-SNAPSHOT
AURORA_VERSION=1.3.0
KOTLIN_VERSION=1.7.20
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.2.1
Expand Down

0 comments on commit bc09ddf

Please sign in to comment.