Skip to content

Commit

Permalink
Bump v.1.2.3 (#103)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Release v1.2.3
  • Loading branch information
jonashendrickx authored Sep 30, 2024
1 parent fee7489 commit da1e1db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar
<dependency>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.1.0</version>
<version>1.2.3</version>
</dependency>
```

**Gradle**: add to the `dependencies` in *gradle.build* file:

```groovy
implementation group: 'com.bitwarden', name: 'passwordless', version: '1.1.0'
implementation group: 'com.bitwarden', name: 'passwordless', version: '1.2.3'
```

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-3-jdk-17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.1.0</version>
<version>1.2.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<name>passwordless</name>
<description>Passwordless.dev Java SDK</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit da1e1db

Please sign in to comment.