Skip to content

Commit

Permalink
Releasing v1.10.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Mar 22, 2023
1 parent fab9f69 commit d3c4b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

1. Upload the kotlin artifacts:
```bash
./gradlew clean build && ./gradlew publish
./gradlew clean && ./gradlew build && ./gradlew publish
```

1. Close and release the staging repository at https://s01.oss.sonatype.org/#stagingRepositories.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow1
VERSION_NAME=1.10.0-beta04-SNAPSHOT
VERSION_NAME=1.10.0-beta04

POM_DESCRIPTION=Square Workflow

Expand Down

0 comments on commit d3c4b2c

Please sign in to comment.