Skip to content

Commit 02ddb9e

Browse files
committed
chore(release): 5.1.0-alpha.1 [skip ci]
# [5.1.0-alpha.1](v5.0.0...v5.1.0-alpha.1) (2024-04-11) ### Features * 🎸 Add API to get account to identity lookup ([7983657](7983657))
1 parent 850105c commit 02ddb9e

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

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

0 commit comments

Comments
 (0)