diff --git a/package.json b/package.json index 53d1979..bf25cf8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components.ts b/src/components.ts index 4a0aa7a..91a9c80 100644 --- a/src/components.ts +++ b/src/components.ts @@ -1,7 +1,7 @@ /* * components.ts * - * Copyright (c) 2023 Xiongfei Shi + * Copyright (c) 2023-2024 Xiongfei Shi * * Author: Xiongfei Shi * License: Apache-2.0 diff --git a/src/index.ts b/src/index.ts index e4fae7c..f3b33b0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (c) 2023 Xiongfei Shi + * Copyright (c) 2023-2024 Xiongfei Shi * * Author: Xiongfei Shi * License: Apache-2.0 diff --git a/src/plugin.tsx b/src/plugin.tsx index cba16ab..72271f4 100644 --- a/src/plugin.tsx +++ b/src/plugin.tsx @@ -1,7 +1,7 @@ /* * plugin.tsx * - * Copyright (c) 2023 Xiongfei Shi + * Copyright (c) 2023-2024 Xiongfei Shi * * Author: Xiongfei Shi * License: Apache-2.0 diff --git a/src/renderer.tsx b/src/renderer.tsx index d1494c6..f05f3a6 100644 --- a/src/renderer.tsx +++ b/src/renderer.tsx @@ -1,7 +1,7 @@ /* * renderer.tsx * - * Copyright (c) 2023 Xiongfei Shi + * Copyright (c) 2023-2024 Xiongfei Shi * * Author: Xiongfei Shi * License: Apache-2.0