Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
Fix docs generation script
  • Loading branch information
chrisbanes committed Mar 24, 2021
1 parent 1616420 commit 257516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find docs/api/ -type f -name '*.html' -exec sed -i -e 's/© [0-9]* Copyright//'
rm package-list-coil-base

# Create a copy of our docs at our $DOCS_ROOT
cp -r docs/ $DOCS_ROOT
cp -a docs/* $DOCS_ROOT

cp README.md $DOCS_ROOT/index.md
cp CONTRIBUTING.md $DOCS_ROOT/contributing.md
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.accompanist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.6.3-SNAPSHOT
VERSION_NAME=0.7.0

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down

0 comments on commit 257516b

Please sign in to comment.