Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceale committed Oct 16, 2024
1 parent a63e026 commit a7be5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shirosaki-onebot",
"version": "0.1.5",
"version": "0.1.6",
"description": "极简OneBot v11框架",
"type": "module",
"main": "lib/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/Log.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default class Logger {
export class Logger {
private name: string
constructor(name: string) {
this.name = name
Expand Down

0 comments on commit a7be5a6

Please sign in to comment.