Skip to content

Commit 6f72944

Browse files
chore(release): 5.0.0-alpha.12 [skip ci]
# [5.0.0-alpha.12](v5.0.0-alpha.11...v5.0.0-alpha.12) (2024-03-22) ### Features * 🎸 add pre-approval endpoints ([aff5d42](aff5d42))
1 parent aff5d42 commit 6f72944

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.0.0-alpha.11",
3+
"version": "5.0.0-alpha.12",
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.0.0-alpha.11');
50+
.setVersion('5.0.0-alpha.12');
5151

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

0 commit comments

Comments
 (0)