Skip to content

Commit 8bb522a

Browse files
Release 0.29.4
1 parent 67e12c7 commit 8bb522a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are using Maven, just add the webauthn4j as a dependency:
5757
<properties>
5858
...
5959
<!-- Use the latest version whenever possible. -->
60-
<webauthn4j.version>0.29.3.RELEASE</webauthn4j.version>
60+
<webauthn4j.version>0.29.4.RELEASE</webauthn4j.version>
6161
...
6262
</properties>
6363

docs/src/reference/asciidoc/en/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you are using Maven, just add the webauthn4j as a dependency:
6161
<properties>
6262
...
6363
<!-- Use the latest version whenever possible. -->
64-
<webauthn4j.version>0.29.3.RELEASE</webauthn4j.version>
64+
<webauthn4j.version>0.29.4.RELEASE</webauthn4j.version>
6565
...
6666
</properties>
6767

docs/src/reference/asciidoc/en/quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ If you are using maven, add the `webauthn4j-appattest` as a dependency in this w
383383
<properties>
384384
...
385385
<!-- Use the latest version whenever possible. -->
386-
<webauthn4j.version>0.29.3.RELEASE</webauthn4j.version>
386+
<webauthn4j.version>0.29.4.RELEASE</webauthn4j.version>
387387
...
388388
</properties>
389389

docs/src/reference/asciidoc/ja/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Mavenを使用している場合、webauthn4jを依存関係として追加し
5959
<properties>
6060
...
6161
<!-- Use the latest version whenever possible. -->
62-
<webauthn4j.version>0.29.3.RELEASE</webauthn4j.version>
62+
<webauthn4j.version>0.29.4.RELEASE</webauthn4j.version>
6363
...
6464
</properties>
6565

docs/src/reference/asciidoc/ja/quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Apple App Attestの検証用クラスは、WebAuthn4J本体(webauthn4j-core)と
388388
<properties>
389389
...
390390
<!-- Use the latest version whenever possible. -->
391-
<webauthn4j.version>0.29.3.RELEASE</webauthn4j.version>
391+
<webauthn4j.version>0.29.4.RELEASE</webauthn4j.version>
392392
...
393393
</properties>
394394

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616
webAuthn4JVersion=0.29.4
17-
isSnapshot=true
17+
isSnapshot=false

0 commit comments

Comments
 (0)