Skip to content

Commit

Permalink
Version v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shixiongfei committed Jan 25, 2024
1 parent e569272 commit 98c3273
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser3-reactdom",
"version": "1.0.3",
"version": "1.0.4",
"description": "Using React in the Phaser3 engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* components.ts
*
* Copyright (c) 2023 Xiongfei Shi
* Copyright (c) 2023-2024 Xiongfei Shi
*
* Author: Xiongfei Shi <xiongfei.shi(a)icloud.com>
* License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* index.ts
*
* Copyright (c) 2023 Xiongfei Shi
* Copyright (c) 2023-2024 Xiongfei Shi
*
* Author: Xiongfei Shi <xiongfei.shi(a)icloud.com>
* License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* plugin.tsx
*
* Copyright (c) 2023 Xiongfei Shi
* Copyright (c) 2023-2024 Xiongfei Shi
*
* Author: Xiongfei Shi <xiongfei.shi(a)icloud.com>
* License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion src/renderer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* renderer.tsx
*
* Copyright (c) 2023 Xiongfei Shi
* Copyright (c) 2023-2024 Xiongfei Shi
*
* Author: Xiongfei Shi <xiongfei.shi(a)icloud.com>
* License: Apache-2.0
Expand Down

0 comments on commit 98c3273

Please sign in to comment.