We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7389d8c commit 8f61ee7Copy full SHA for 8f61ee7
faucet-api/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.0.12</Version>
+ <Version>1.0.13</Version>
4
<Authors>Blockcore</Authors>
5
<PackageLicenseExpression>MIT</PackageLicenseExpression>
6
<PackageProjectUrl>https://github.com/block-core/bitcoin-custom-signet</PackageProjectUrl>
package.json
{
"name": "faucet-api",
- "version": "1.0.12",
+ "version": "1.0.13",
"description": "Claim free Bitcoin instantly with your Testnet wallet address. Simple and secure!",
"main": "index.js",
"scripts": {
0 commit comments