Skip to content

Commit de9545d

Browse files
committed
bump 3.16.3
1 parent 99c156c commit de9545d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
RELEASE_VERSION: v3.16.2
11+
RELEASE_VERSION: v3.16.3
1212

1313
# Add workflow-level permissions
1414
permissions:

NpgsqlRestClient/NpgsqlRestClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PublishAot>true</PublishAot>
1111
<PublishTrimmed>true</PublishTrimmed>
1212
<TrimMode>full</TrimMode>
13-
<Version>3.16.2</Version>
13+
<Version>3.16.3</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npgsqlrest",
3-
"version": "3.16.2",
3+
"version": "3.16.3",
44
"description": "Automatic REST API for PostgreSQL Databases Client Build",
55
"scripts": {
66
"postinstall": "node postinstall.js",

npm/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require("path");
55
const os = require("os");
66
const https = require("https");
77

8-
const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.16.2/";
8+
const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.16.3/";
99

1010
// Download binary next to this script, not to ../.bin/
1111
const binDir = path.join(__dirname, "bin");

0 commit comments

Comments
 (0)