Skip to content

Commit

Permalink
chore: version bump 1.0.0-alpha (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial authored Aug 22, 2024
1 parent e5d557e commit 2efe70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `Utxorpc.Sdk` provides a .NET interface for interacting with UTxO-based bloc
To install the SDK, use the following command in the NuGet Package Manager:

```bash
dotnet add package Utxorpc.Sdk --version 0.7.0-alpha
dotnet add package Utxorpc.Sdk --version 1.0.0-alpha
```

Alternatively, you can install it via the NuGet Package Manager in Visual Studio.
Expand Down
2 changes: 1 addition & 1 deletion src/Utxorpc.Sdk/Utxorpc.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Utxorpc.Sdk</PackageId>
<Version>0.7.0-alpha</Version>
<Version>1.0.0-alpha</Version>
<Authors>clark@txpipe.io</Authors>
<Company>TxPipe LLC</Company>
<PackageDescription>A gRPC interface for UTxO Blockchains</PackageDescription>
Expand Down

0 comments on commit 2efe70e

Please sign in to comment.