Skip to content

Commit 642bee6

Browse files
committed
chore(release): 5.1.0-alpha.4 [skip ci]
# [5.1.0-alpha.4](v5.1.0-alpha.3...v5.1.0-alpha.4) (2024-04-16) ### Features * 🎸 Bump to latest SDK `24.1.0` ([6a9f4d8](6a9f4d8))
1 parent 492b4f6 commit 642bee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polymesh-rest-api",
3-
"version": "5.1.0-alpha.3",
3+
"version": "5.1.0-alpha.4",
44
"description": "Provides a REST like interface for interacting with the Polymesh blockchain",
55
"author": "Polymesh Association",
66
"private": true,

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function bootstrap(): Promise<void> {
4747
const options = new DocumentBuilder()
4848
.setTitle(swaggerTitle)
4949
.setDescription(swaggerDescription)
50-
.setVersion('5.1.0-alpha.3');
50+
.setVersion('5.1.0-alpha.4');
5151

5252
const configService = app.get<ConfigService>(ConfigService);
5353

0 commit comments

Comments
 (0)