Skip to content

Commit

Permalink
build: fixup version
Browse files Browse the repository at this point in the history
Bump up the version to match latest
  • Loading branch information
ducksoop committed Feb 16, 2024
1 parent dbbfb3e commit 59cf91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickbaseNet/QuickbaseNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PropertyGroup>
<PackageId>QuickbaseNet</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>ducksoop</Authors>
<Description>Unofficial Quickbase JSON API wrapper for .NET. Provides Query and Command builders for querying and adding/editing records.</Description>
<RepositoryUrl>https://github.com/ducksoop/quickbase-net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion QuickbaseNet/Services/QuickbaseClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace QuickbaseNet.Services
public class QuickbaseClient
{
private const string BaseUrl = "https://api.quickbase.com";
private const string UserAgent = "QuickbaseNet/1.0.0";
private const string UserAgent = "QuickbaseNet/1.0.1";

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

0 comments on commit 59cf91c

Please sign in to comment.