Skip to content

Commit ed41c1f

Browse files
committed
Updated version for fusionauth-typescript-client to 1.17.4
1 parent cb09ac5 commit ed41c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.savant

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
savantVersion = "1.0.0"
1717

18-
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.17.3", licenses: ["ApacheV2_0"]) {
18+
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.17.4", licenses: ["ApacheV2_0"]) {
1919
workflow {
2020
standard()
2121
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fusionauth/typescript-client",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "A typescript implementation of the FusionAuth client.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)