Skip to content

Commit ae2f8d5

Browse files
committed
Updated version for fusionauth-typescript-client to 1.16.0-RC.2
1 parent 937f014 commit ae2f8d5

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.16.0-RC.1", licenses: ["ApacheV2_0"]) {
18+
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.16.0-RC.2", 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.16.0-RC.1",
3+
"version": "1.16.0-RC.2",
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)