From 3b9a308ecc7cf940bd92440485fb4fa9c0f1d5fc Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 24 Sep 2024 17:35:16 +0800 Subject: [PATCH] chore: pre-release Signed-off-by: tison --- .github/FUNDING.yml | 15 +++++++++++++++ .github/semantic.yml | 2 +- gradle.properties | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..187bc04 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# Copyright 2024 tison +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +github: tisonkun diff --git a/.github/semantic.yml b/.github/semantic.yml index affe32c..123ce25 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -39,4 +39,4 @@ types: - chore - revert -targetUrl: https://github.com/tisonspieces/os-detector/blob/master/.github/semantic.yml +targetUrl: https://github.com/tisonkun/os-detector/blob/master/.github/semantic.yml diff --git a/gradle.properties b/gradle.properties index a8b2f16..e02784c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # limitations under the License. group=com.tisonkun.os -version=0.4.0 +version=0.3.1