From a49bfcc9564cae3675ab035184f5152297124d63 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 13 Feb 2025 16:43:19 -0500 Subject: [PATCH] [v3] Update copyright date (#4037) * Update copyright date to 2025 * Update changelog --- docs/src/content/docs/changelog.mdx | 1 + v3/examples/file-association/build/config.yml | 2 +- v3/internal/commands/build_assets/config.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 690adc8d8..f8a3496e3 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -91,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - In JS/TS bindings, `internal.js/ts` model files have been removed; all models can now be found in `models.js/ts` by [@fbbdev](https://github.com/fbbdev) in [#4045](https://github.com/wailsapp/wails/pull/4045) - In JS/TS bindings, named types are never rendered as aliases for other named types; the old behaviour is now restricted to aliases by [@fbbdev](https://github.com/fbbdev) in [#4045](https://github.com/wailsapp/wails/pull/4045) - In JS/TS bindings, in class mode, struct fields whose type is a type parameter are marked optional and never initialised automatically by [@fbbdev](https://github.com/fbbdev) in [#4045](https://github.com/wailsapp/wails/pull/4045) +- Update copyright date to 2025 by [@IanVS](https://github.com/IanVS) in [#4037](https://github.com/wailsapp/wails/pull/4037) ## v3.0.0-alpha.9 - 2025-01-13 diff --git a/v3/examples/file-association/build/config.yml b/v3/examples/file-association/build/config.yml index b118d3b91..0786788ae 100644 --- a/v3/examples/file-association/build/config.yml +++ b/v3/examples/file-association/build/config.yml @@ -9,7 +9,7 @@ info: productName: "My Product" # The name of the application productIdentifier: "com.mycompany.myproduct" # The unique product identifier description: "A program that does X" # The application description - copyright: "(c) 2024, My Company" # Copyright text + copyright: "(c) 2025, My Company" # Copyright text comments: "Some Product Comments" # Comments version: "v0.0.1" # The application version diff --git a/v3/internal/commands/build_assets/config.yml b/v3/internal/commands/build_assets/config.yml index 6030b965f..bc09a6d28 100644 --- a/v3/internal/commands/build_assets/config.yml +++ b/v3/internal/commands/build_assets/config.yml @@ -9,7 +9,7 @@ info: productName: "My Product" # The name of the application productIdentifier: "com.mycompany.myproduct" # The unique product identifier description: "A program that does X" # The application description - copyright: "(c) 2024, My Company" # Copyright text + copyright: "(c) 2025, My Company" # Copyright text comments: "Some Product Comments" # Comments version: "v0.0.1" # The application version