Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 836f29a

Browse files
committed
Bump version to 0.1.2-Beta
1 parent c6481ae commit 836f29a

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

PermissionAPI/Resource.aps

0 Bytes
Binary file not shown.

PermissionAPI/Resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 0,1,1,0
55-
PRODUCTVERSION 0,1,1,0
54+
FILEVERSION 0,1,2,0
55+
PRODUCTVERSION 0,1,2,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "LiteLoaderBDS Development Team"
7171
VALUE "FileDescription", "Builtin & Powerful permission API for LiteLoaderBDS"
72-
VALUE "FileVersion", "0.1.1.0"
72+
VALUE "FileVersion", "0.1.2.0"
7373
VALUE "InternalName", "PermissionAPI.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2022 Jasonzyt and LiteLoaderBDS Dev Team. All rights reserved."
7575
VALUE "OriginalFilename", "PermissionAPI.dll"
7676
VALUE "ProductName", "PermissionAPI"
77-
VALUE "ProductVersion", "0.1.1.0"
77+
VALUE "ProductVersion", "0.1.2.0"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

PermissionAPI/pch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define PERM_VER_MAJOR 0
99
#define PERM_VER_MINOR 1
10-
#define PERM_VER_REV 1
10+
#define PERM_VER_REV 2
1111
#define PERM_VER_STATUS LL::Version::Beta
1212

1313
extern Logger& logger;

RELEASENOTE.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## PermissionAPI v0.1.1-Beta Release Note
1+
## PermissionAPI v0.1.2-Beta Release Note
22

33
### Overview
4-
PermissionAPI-0.1.1 has been released, adapted to LiteLoaderBDS-2.5.1, BDS-1.19.20
4+
PermissionAPI-0.1.2 has been released, adapted to LiteLoaderBDS-2.5.1, BDS-1.19.20
55

6-
### Features
7-
- Interface LiteLoader I18N
8-
- Refactor code(#1, #2)
6+
### Changes
7+
- Modify the logic of getPlayerPermissions(#3)
8+
- Remove outputs in entry
9+
- Make Role::members and Role:permissions protected
910

10-
### LiteLoaderBDS New Forum
11-
[https://forum.litebds.com/](https://forum.litebds.com/)
11+
### Features
12+
- Add command shortcuts(#4)
13+
- Add permission name check in Role::setPermission
14+
- Add deleteRole API

0 commit comments

Comments
 (0)