diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 6a7c98480..ac6a16a6c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -141,13 +141,13 @@ Check the `gradle.properties` file at the project root to see all available opti
If you are building a JVM application that runs guest code in one of the languages supported by Elide, you can use the Runtime DSL to configure your own embedded polyglot engine:
```kotlin
-implementation("dev.elide:elide-graalvm:1.0.0-alpha8")
+implementation("dev.elide:elide-graalvm:1.0.0-alpha9")
```
or for Groovy scripts:
```groovy
-implementation 'dev.elide:elide-graalvm:1.0.0-alpha8'
+implementation 'dev.elide:elide-graalvm:1.0.0-alpha9'
```
The DSL is used internally by the Elide binaries and by the SSR packages and provides a simplified API to harness the power of the underlying [GraalVM](https://graalvm.org) engine:
diff --git a/.release b/.release
index 00a3879ae..670b460d9 100644
--- a/.release
+++ b/.release
@@ -1 +1 @@
-1.0.0-alpha8
+1.0.0-alpha9
diff --git a/README.md b/README.md
index cd01d89a3..698d5f5fa 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
-Latest version: 1.0.0-alpha9
+Latest: 1.0.0-alpha9
diff --git a/creative/logo/mark-sq-gray/mark-sq-gray.png b/creative/logo/mark-sq-gray/mark-sq-gray.png
new file mode 100644
index 000000000..d0955af9c
Binary files /dev/null and b/creative/logo/mark-sq-gray/mark-sq-gray.png differ
diff --git a/creative/logo/mark-sq-gray/mark-sq-gray.svg b/creative/logo/mark-sq-gray/mark-sq-gray.svg
new file mode 100644
index 000000000..b4d3aceb7
--- /dev/null
+++ b/creative/logo/mark-sq-gray/mark-sq-gray.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/creative/logo/mark-sq-gray/mark-sq-gray@2x.png b/creative/logo/mark-sq-gray/mark-sq-gray@2x.png
new file mode 100644
index 000000000..3cdaff8a1
Binary files /dev/null and b/creative/logo/mark-sq-gray/mark-sq-gray@2x.png differ
diff --git a/creative/logo/mark-sq-gray/mark-sq-gray@3x.png b/creative/logo/mark-sq-gray/mark-sq-gray@3x.png
new file mode 100644
index 000000000..cfb54efd3
Binary files /dev/null and b/creative/logo/mark-sq-gray/mark-sq-gray@3x.png differ
diff --git a/creative/logo/mark-sq-gray/mark-sq-gray@4x.png b/creative/logo/mark-sq-gray/mark-sq-gray@4x.png
new file mode 100644
index 000000000..ad8450d3b
Binary files /dev/null and b/creative/logo/mark-sq-gray/mark-sq-gray@4x.png differ
diff --git a/gradle/elide.versions.toml b/gradle/elide.versions.toml
index c52f0d5d5..78d85430c 100644
--- a/gradle/elide.versions.toml
+++ b/gradle/elide.versions.toml
@@ -52,7 +52,7 @@ diktat = "2.0.0"
docker-plugin = "9.4.0"
doctor-plugin = "0.9.1"
dokka = "1.9.20"
-elide = "1.0.0-alpha8"
+elide = "1.0.0-alpha9"
elide-uuid = "2.0.0-Beta3-0.20.0-rc1"
errorprone = "2.27.1"
faker = "1.15.0"
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 6f13ff07f..6b074e40a 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@elide-dev/elide",
- "version": "1.0.0-alpha8",
+ "version": "1.0.0-alpha9",
"description": "Elide polyglot application runtime",
"homepage": "https://elide.dev",
"license": "(MIT OR Apache-2.0)",
@@ -17,7 +17,7 @@
],
"repository": "github:elide-dev/elide",
"config": {
- "elideVersion": "1.0.0-alpha8"
+ "elideVersion": "1.0.0-alpha9"
},
"author": {
"name": "Sam Gammon",
diff --git a/packages/cli/packaging/npm/elide.js b/packages/cli/packaging/npm/elide.js
index 4b3213777..50dc8436d 100644
--- a/packages/cli/packaging/npm/elide.js
+++ b/packages/cli/packaging/npm/elide.js
@@ -13,7 +13,7 @@
"use strict";
-const version = "1.0.0-alpha8";
+const version = "1.0.0-alpha9";
const os = require("os");
const fs = require("fs");
diff --git a/packages/cli/packaging/npm/elide.sh b/packages/cli/packaging/npm/elide.sh
index dfbdb074a..d9a6a2ee5 100755
--- a/packages/cli/packaging/npm/elide.sh
+++ b/packages/cli/packaging/npm/elide.sh
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations under the License.
#
-latest_known_version="1.0.0-alpha8"
+latest_known_version="1.0.0-alpha9"
# detect elide command, if it is not here, echo a message
# and exit with a non-zero exit code
diff --git a/packages/cli/packaging/npm/package.json b/packages/cli/packaging/npm/package.json
index 21749d02b..3c625504d 100644
--- a/packages/cli/packaging/npm/package.json
+++ b/packages/cli/packaging/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "@elide-dev/elide",
- "version": "1.0.0-alpha8",
+ "version": "1.0.0-alpha9",
"description": "Elide polyglot application runtime",
"homepage": "https://elide.dev",
"license": "MIT",
@@ -17,7 +17,7 @@
],
"repository": "github:elide-dev/elide",
"config": {
- "elideVersion": "1.0.0-alpha8"
+ "elideVersion": "1.0.0-alpha9"
},
"author": {
"name": "Sam Gammon",
diff --git a/samples/gradle.properties b/samples/gradle.properties
index 75b1d44e9..fe03c38b6 100644
--- a/samples/gradle.properties
+++ b/samples/gradle.properties
@@ -38,7 +38,7 @@ versions.kotlin.language = 2.0
versions.android.sdk.target = 33
# Settings: Libraries
-elideVersion = 1.0.0-alpha8
+elideVersion = 1.0.0-alpha9
micronautVersion = 4.3.8
# Settings: Kotlin
diff --git a/tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt b/tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt
index 5e02dec9d..427839dbf 100644
--- a/tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt
+++ b/tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt
@@ -201,7 +201,7 @@ public object Constants {
private const val MAJOR_VERSION = "1.0.0"
/** Major library version tag. */
- private const val VERSION_TAG = "alpha8"
+ private const val VERSION_TAG = "alpha9"
/** Version string for the library. */
public const val VERSION: String = "$MAJOR_VERSION-$VERSION_TAG"
diff --git a/tools/plugin/gradle-plugin/gradle/libs.versions.toml b/tools/plugin/gradle-plugin/gradle/libs.versions.toml
index aa4539607..cd3e14e9a 100644
--- a/tools/plugin/gradle-plugin/gradle/libs.versions.toml
+++ b/tools/plugin/gradle-plugin/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-elide = "1.0.0-alpha8"
-elideTools = "1.0.0-alpha8"
+elide = "1.0.0-alpha9"
+elideTools = "1.0.0-alpha9"
ksp = "2.0.0-RC3-1.0.20"
detekt = "1.23.6"
kotlin = "2.0.0-RC3"