Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Issue #234: Prep tbdex-kt for 1.0.0 release #235

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }}

# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
the version "version.xyz.block.web5" set this web5-parent. When updating Web5, update both
this version *and* the <version.xyz.block.web5> below in the <properties> section.
-->
<version>commit-89fc453-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<name>tbDEX SDK for the JVM Build Parent</name>
<url>https://developer.tbd.website</url>
Expand Down Expand Up @@ -103,7 +103,7 @@
this version to refer to the web5-parent at the top of this file. When updating
Web5, update both here and in the <parent> declaration above.
-->
<version.xyz.block.web5>commit-89fc453-SNAPSHOT</version.xyz.block.web5>
<version.xyz.block.web5>1.0.0</version.xyz.block.web5>

<!-- Versioning for Dependencies -->
<version.de.fxlae>0.2.0</version.de.fxlae>
Expand Down
Loading