Skip to content

Commit

Permalink
Remove snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nogas committed Feb 28, 2025
1 parent 17bb45b commit f153377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
source: ./docs
destination: ./docs/_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'docs/_site'

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `afterpay-android` to your `build.gradle` dependencies.

``` gradle
dependencies {
implementation 'com.afterpay:afterpay-android:4.8.0'
implementation 'com.afterpay:afterpay-android:4.8.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.afterpay
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.8.1

POM_URL=https://github.com/afterpay/sdk-android/
POM_SCM_URL=https://github.com/afterpay/sdk-android/
Expand Down

0 comments on commit f153377

Please sign in to comment.