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

Commit

Permalink
Bump version to 0.1.2-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonzyt committed Aug 22, 2022
1 parent c6481ae commit 836f29a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
Binary file modified PermissionAPI/Resource.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions PermissionAPI/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,1,0
PRODUCTVERSION 0,1,1,0
FILEVERSION 0,1,2,0
PRODUCTVERSION 0,1,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "LiteLoaderBDS Development Team"
VALUE "FileDescription", "Builtin & Powerful permission API for LiteLoaderBDS"
VALUE "FileVersion", "0.1.1.0"
VALUE "FileVersion", "0.1.2.0"
VALUE "InternalName", "PermissionAPI.dll"
VALUE "LegalCopyright", "Copyright (C) 2022 Jasonzyt and LiteLoaderBDS Dev Team. All rights reserved."
VALUE "OriginalFilename", "PermissionAPI.dll"
VALUE "ProductName", "PermissionAPI"
VALUE "ProductVersion", "0.1.1.0"
VALUE "ProductVersion", "0.1.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion PermissionAPI/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define PERM_VER_MAJOR 0
#define PERM_VER_MINOR 1
#define PERM_VER_REV 1
#define PERM_VER_REV 2
#define PERM_VER_STATUS LL::Version::Beta

extern Logger& logger;
Expand Down
17 changes: 10 additions & 7 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## PermissionAPI v0.1.1-Beta Release Note
## PermissionAPI v0.1.2-Beta Release Note

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

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

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

0 comments on commit 836f29a

Please sign in to comment.