Skip to content

Commit 0ec9d3e

Browse files
committed
Update README.md
1 parent a9dcfa3 commit 0ec9d3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MobileBuy/buy3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
`maven-publish`
66
}
77

8-
version = "2025.1.0"
8+
version = "2025.1.1"
99

1010
android {
1111
namespace = "com.shopify.buy3"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The format is `yyyy.mm.patch`, where the first two components match the API vers
2222

2323
As of the `2025.1.0` release, the library is published both to [Maven Central](https://central.sonatype.com/artifact/com.shopify.mobilebuysdk/buy3) as well as [GitHub Packages](https://github.com/Shopify/mobile-buy-sdk-android/packages/).
2424

25-
##### Gradle:
25+
#### Gradle:
2626

2727
```gradle
28-
implementation 'com.shopify.mobilebuysdk:buy3:2025.1.0'
28+
implementation("com.shopify.mobilebuysdk:buy3:2025.1.0")
2929
```
3030

31-
##### or Maven:
31+
#### Maven:
3232

3333
```
3434
<dependency>

bin/update-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ updated_components = [
4040

4141
new_version = updated_components.join(".")
4242

43-
readme_src.gsub!(/'com.shopify.mobilebuysdk:buy3:.*'/, "'com.shopify.mobilebuysdk:buy3:#{new_version}'")
43+
readme_src.gsub!(/"com.shopify.mobilebuysdk:buy3:.*"/, "\"com.shopify.mobilebuysdk:buy3:#{new_version}\"")
4444
readme_src.gsub!(%r{<version>.*</version>}, "<version>#{new_version}</version>")
4545

4646
build_config_src.gsub!(/^version.*$/, "version = \"#{new_version}\"")

0 commit comments

Comments
 (0)