diff --git a/APLSource/GitHubAPIv3.aplc b/APLSource/GitHubAPIv3.aplc index 89217d2..8cce1ae 100644 --- a/APLSource/GitHubAPIv3.aplc +++ b/APLSource/GitHubAPIv3.aplc @@ -15,7 +15,7 @@ ∇ History :Access Public Shared - ⍝ * 1.5.0 from 2024-10-16 + ⍝ * 1.5.0 from 2024-11-16 ⍝ * `CheckForUpdate` can now handle beta versions on the client side (on GitHub, betas are not supported) ⍝ * 1.4.0 from 2024-09-24 ⍝ * New instance method `GetMyRateLimits` added whbich complements the older shared method `GetRateLimits` diff --git a/apl-package.json b/apl-package.json index b61b773..3ddd757 100644 --- a/apl-package.json +++ b/apl-package.json @@ -19,5 +19,5 @@ source: "APLSource/GitHubAPIv3.aplc", tags: "github-utilities", userCommandScript: "", - version: "1.5.0+52", + version: "1.5.0+53", }