Skip to content

Commit d273334

Browse files
author
GitHub Actions
committed
Release version 1.0.3
1 parent df00180 commit d273334

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ overcomes the limitations of the official GCP Spring library.
1414

1515
```kotlin
1616
// For the starter (recommended)
17-
implementation("pl.brightinventions.spring.modulith:spring-modulith-starter-gcp-datastore:1.0.1")
17+
implementation("pl.brightinventions.spring.modulith:spring-modulith-starter-gcp-datastore:1.0.3")
1818

1919
// Or individual modules
20-
implementation("pl.brightinventions.spring.modulith:spring-gcp-datastore:1.0.1")
21-
implementation("pl.brightinventions.spring.modulith:spring-modulith-events-gcp-datastore:1.0.1")
20+
implementation("pl.brightinventions.spring.modulith:spring-gcp-datastore:1.0.3")
21+
implementation("pl.brightinventions.spring.modulith:spring-modulith-events-gcp-datastore:1.0.3")
2222
```
2323

2424
### Maven
@@ -28,19 +28,19 @@ implementation("pl.brightinventions.spring.modulith:spring-modulith-events-gcp-d
2828
<dependency>
2929
<groupId>pl.brightinventions.spring.modulith</groupId>
3030
<artifactId>spring-modulith-starter-gcp-datastore</artifactId>
31-
<version>1.0.1</version>
31+
<version>1.0.3</version>
3232
</dependency>
3333

3434
<!-- Or individual modules -->
3535
<dependency>
3636
<groupId>pl.brightinventions.spring.modulith</groupId>
3737
<artifactId>spring-gcp-datastore</artifactId>
38-
<version>1.0.1</version>
38+
<version>1.0.3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>pl.brightinventions.spring.modulith</groupId>
4242
<artifactId>spring-modulith-events-gcp-datastore</artifactId>
43-
<version>1.0.1</version>
43+
<version>1.0.3</version>
4444
</dependency>
4545
```
4646

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
allprojects {
1313
group = "pl.brightinventions.spring.modulith"
14-
version = "1.0.1"
14+
version = "1.0.3"
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)