Skip to content

Commit 59cf91c

Browse files
author
ducksoop
committed
build: fixup version
Bump up the version to match latest
1 parent dbbfb3e commit 59cf91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QuickbaseNet/QuickbaseNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<PropertyGroup>
1515
<PackageId>QuickbaseNet</PackageId>
16-
<Version>1.0.0</Version>
16+
<Version>1.0.1</Version>
1717
<Authors>ducksoop</Authors>
1818
<Description>Unofficial Quickbase JSON API wrapper for .NET. Provides Query and Command builders for querying and adding/editing records.</Description>
1919
<RepositoryUrl>https://github.com/ducksoop/quickbase-net</RepositoryUrl>

QuickbaseNet/Services/QuickbaseClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace QuickbaseNet.Services
1515
public class QuickbaseClient
1616
{
1717
private const string BaseUrl = "https://api.quickbase.com";
18-
private const string UserAgent = "QuickbaseNet/1.0.0";
18+
private const string UserAgent = "QuickbaseNet/1.0.1";
1919

2020
/// <summary>
2121
/// Gets or sets the HTTP client used to make requests to the QuickBase API.

0 commit comments

Comments
 (0)