From 262cdf826fbc85b4bbfa139dc1e2a8599f68538d Mon Sep 17 00:00:00 2001 From: lilxyzw Date: Wed, 17 Jan 2024 20:29:43 +0900 Subject: [PATCH] chore: 1.6.1 to 1.7.0 --- Assets/lilToon/Editor/lilConstants.cs | 2 +- Assets/lilToon/README.md | 2 +- Assets/lilToon/README_JP.md | 2 +- Assets/lilToon/package.json | 4 ++-- version.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/lilToon/Editor/lilConstants.cs b/Assets/lilToon/Editor/lilConstants.cs index bca1e88f..59dcfa38 100644 --- a/Assets/lilToon/Editor/lilConstants.cs +++ b/Assets/lilToon/Editor/lilConstants.cs @@ -6,7 +6,7 @@ namespace lilToon { public class lilConstants { - public const string currentVersionName = "1.6.1"; + public const string currentVersionName = "1.7.0"; public const int currentVersionValue = 40; internal const string boothURL = "https://lilxyzw.booth.pm/"; diff --git a/Assets/lilToon/README.md b/Assets/lilToon/README.md index ac2b494f..5541cff4 100644 --- a/Assets/lilToon/README.md +++ b/Assets/lilToon/README.md @@ -1,5 +1,5 @@ # lilToon -Version 1.6.1 +Version 1.7.0 # Overview This shader is developed for services using avatars (VRChat, etc.) and has the following features. diff --git a/Assets/lilToon/README_JP.md b/Assets/lilToon/README_JP.md index 75b65d43..74a23bea 100644 --- a/Assets/lilToon/README_JP.md +++ b/Assets/lilToon/README_JP.md @@ -1,5 +1,5 @@ # lilToon -Version 1.6.1 +Version 1.7.0 # 概要 アバターを用いたサービス(VRChat等)向けに開発したシェーダーで以下のような特徴があります。 diff --git a/Assets/lilToon/package.json b/Assets/lilToon/package.json index f6cbb051..3159b2cc 100644 --- a/Assets/lilToon/package.json +++ b/Assets/lilToon/package.json @@ -1,6 +1,6 @@ { "name": "jp.lilxyzw.liltoon", - "version": "1.6.1", + "version": "1.7.0", "displayName": "lilToon", "description": "Feature-rich toon shader.", "unity": "2018.1", @@ -9,7 +9,7 @@ "licensesUrl": "https://github.com/lilxyzw/lilToon/blob/master/Assets/lilToon/LICENSE", "license": "MIT", "keywords": ["Toon", "Shader", "Material"], - "url" : "https://github.com/lilxyzw/lilToon/releases/download/1.6.1/jp.lilxyzw.liltoon-1.6.1.zip?", + "url" : "https://github.com/lilxyzw/lilToon/releases/download/1.7.0/jp.lilxyzw.liltoon-1.7.0.zip?", "repo" : "https://lilxyzw.github.io/vpm-repos/vpm.json", "legacyFolders" : { "Assets\\lilToon" : "05d1d116436047941ad97d1b9064ee05" diff --git a/version.json b/version.json index 5640ffba..4e810838 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"latest_vertion_name": "1.6.0", "latest_vertion_value": 39} \ No newline at end of file +{"latest_vertion_name": "1.7.0", "latest_vertion_value": 40} \ No newline at end of file