diff --git a/QuickbaseNet/QuickbaseNet.csproj b/QuickbaseNet/QuickbaseNet.csproj index bdc98d4..c591691 100644 --- a/QuickbaseNet/QuickbaseNet.csproj +++ b/QuickbaseNet/QuickbaseNet.csproj @@ -13,7 +13,7 @@ QuickbaseNet - 1.0.0 + 1.0.1 ducksoop Unofficial Quickbase JSON API wrapper for .NET. Provides Query and Command builders for querying and adding/editing records. https://github.com/ducksoop/quickbase-net diff --git a/QuickbaseNet/Services/QuickbaseClient.cs b/QuickbaseNet/Services/QuickbaseClient.cs index 0accf8e..d47738d 100644 --- a/QuickbaseNet/Services/QuickbaseClient.cs +++ b/QuickbaseNet/Services/QuickbaseClient.cs @@ -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"; /// /// Gets or sets the HTTP client used to make requests to the QuickBase API.