Skip to content

Commit

Permalink
Updated version for fusionauth-typescript-client to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Apr 20, 2021
1 parent 05ddfbd commit 41aab65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
savantVersion = "1.0.0"

project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.26.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.26.1", licenses: ["ApacheV2_0"]) {
workflow {
standard()
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusionauth/typescript-client",
"version": "1.26.0",
"version": "1.26.1",
"description": "A typescript implementation of the FusionAuth client.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 41aab65

Please sign in to comment.