Changeset 6775
- Timestamp:
- Jun 13, 2022, 12:45:06 PM (16 months ago)
- Location:
- extensions/net.sf.basedb.webauthn/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.webauthn/trunk/META-INF/extensions.xml
r6762 r6775 7 7 that implements the WebAuthn protocol for logging in to BASE. 8 8 </description> 9 <version>1.0-beta 1</version>9 <version>1.0-beta2</version> 10 10 <min-base-version>3.19.3</min-base-version> 11 11 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.webauthn/trunk/build.xml
r6764 r6775 10 10 <!-- variables used --> 11 11 <property name="name" value="webauthn" /> 12 <property name="version" value="1.0-beta 1" />12 <property name="version" value="1.0-beta2" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.webauthn/trunk/src/net/sf/basedb/webauthn/WebAuthn.java
r6762 r6775 29 29 The current version of this package. 30 30 */ 31 public static final String VERSION = "1.0-beta 1";31 public static final String VERSION = "1.0-beta2"; 32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.