Skip to content

Commit

Permalink
Update dependency version to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkopecpl committed Dec 16, 2024
1 parent 199652d commit 0fb2422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Maven
<dependency>
<groupId>pl.maciejkopec</groupId>
<artifactId>offline-mode-spring-boot-starter</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
```

Gradle

```groovy
implementation 'pl.maciejkopec:offline-mode-spring-boot-starter:2.0.10'
implementation 'pl.maciejkopec:offline-mode-spring-boot-starter:2.0.11'
```

2. Enable Offline Mode in `LEARNING` mode
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = 'pl.maciejkopec'
version = '2.0.10'
version = '2.0.11'
sourceCompatibility = '17'

repositories {
Expand Down

0 comments on commit 0fb2422

Please sign in to comment.