Skip to content

Commit

Permalink
🚀🚀🚀 Release 1.0.0 🚀🚀🚀 .
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 13, 2023
1 parent 25e0a8a commit 4f0bea0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Publish to Sonatype
run: ./gradlew clean datatypes:publishToSonatype datatypes:closeSonatypeStagingRepository
run: ./gradlew clean datatypes:publishToSonatype closeSonatypeStagingRepository
env:
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.PUBLISH_SIGNING_KEYID }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PUBLISH_SIGNING_KEY }}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changelog

## _🚀🚀🚀To infinity and beyond!🚀🚀🚀_
## 1.0

### 1.0.0
First public release[index.html](..%2F0000%20OSS%2Fa-sit-plus.github.io%2Findex.html)
2 changes: 1 addition & 1 deletion datatypes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("at.asitplus.gradle.conventions")
}

version = "1.0"
version = "1.0.0"


exportIosFramework("KmpCrypto", serialization("json"),datetime())
Expand Down

0 comments on commit 4f0bea0

Please sign in to comment.