Skip to content

Commit c9e20e0

Browse files
chore(release): 5.0.0-alpha.9 [skip ci]
# [5.0.0-alpha.9](v5.0.0-alpha.8...v5.0.0-alpha.9) (2024-02-20) ### Features * 🎸 add instruction mediator endpoints ([7f4e7e9](7f4e7e9))
1 parent f91d3cf commit c9e20e0

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

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

0 commit comments

Comments
 (0)