Skip to content

Commit

Permalink
Prepare to release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed May 16, 2023
1 parent b25a799 commit 9ff7371
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release checklist

- Check that sample compiles.
- Run tests.
- Run tests. Ensure that tests passed on CI.
- Change version name from SNAPSHOT to an actual name.
- Update README and project website with:
- Update project website with:
- new version’s maven address
- new APIs
- Commit `Prepare to release vX.X.X`. DO NOT PUSH YET.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android.enableJetifier=false
android.useAndroidX=true

GROUP=me.saket.telephoto
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.3.0

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ plugins:

extra:
versions:
telephoto: '0.2.0'
telephoto: '0.3.0'

nav:
- 'Overview': index.md
Expand Down

0 comments on commit 9ff7371

Please sign in to comment.