diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index c42d219..c615c57 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -184,6 +184,8 @@ jobs: with: artifact-ids: ${{ needs.update_flutter_version.outputs.flutter_version_artifact_id }},${{ needs.update_android_version.outputs.version_artifact_id }} path: config + # Download to the configured path instead of separated directories by artifact id + merge-multiple: true - name: Setup NodeJS uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 diff --git a/LICENSE.md b/LICENSE.md index d6efea7..e88af8f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ MIT License -Copyright (c) 2023-2025 Eligio Alejandro Mariño Garcés +Copyright (c) 2023 Eligio Alejandro Mariño Garcés Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/src/license.mdx b/docs/src/license.mdx index 1570189..da9d246 100644 --- a/docs/src/license.mdx +++ b/docs/src/license.mdx @@ -1,8 +1,6 @@ -export const year = new Date().getFullYear() - MIT License -Copyright (c) 2023-{year} Eligio Alejandro Mariño Garcés +Copyright (c) 2023 Eligio Alejandro Mariño Garcés Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -20,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.