Skip to content

Commit

Permalink
Bump version to 0.3.1 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Nov 26, 2024
1 parent dd51dec commit c9df4ee
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* The account public key generated in response to an {@link WalletContractV1#ACTION_GET_PUBLIC_KEY}
* request.
*
* @version 0.3.0
*/
@RequiresApi(api = Build.VERSION_CODES.M) // library minSdk is 17
public class PublicKeyResponse implements Parcelable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Programming interfaces for interacting with the Seed Vault (non-Wallet interfaces)
*
* @version 0.3.0
* @version 0.3.1
*/
@RequiresApi(api = Build.VERSION_CODES.M) // library minSdk is 17
public class SeedVault {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* A request to sign a payload with the specified BIP derivation paths
*
* @version 0.3.0
*/
@RequiresApi(api = Build.VERSION_CODES.M) // library minSdk is 17
public class SigningRequest implements Parcelable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* The signatures generated in response to a {@link SigningRequest}
*
* @version 0.3.0
*/
@RequiresApi(api = Build.VERSION_CODES.M) // library minSdk is 17
public class SigningResponse implements Parcelable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Programming interfaces for {@link WalletContractV1}
*
* @version 0.3.0
* @version 0.3.1
*/
@RequiresApi(api = Build.VERSION_CODES.R) // library minSdk is 17
public final class Wallet {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* The programming contract for the Seed Vault Wallet API
*
* @version 0.3.0
* @version 0.3.1
*/
@RequiresApi(api = Build.VERSION_CODES.M) // library minSdk is 17
public final class WalletContractV1 {
Expand Down

0 comments on commit c9df4ee

Please sign in to comment.