Skip to content

Commit

Permalink
chore: 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilxyzw committed Jan 17, 2024
1 parent 8b09dea commit 262cdf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/lilToon/Editor/lilConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down
2 changes: 1 addition & 1 deletion Assets/lilToon/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Assets/lilToon/README_JP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# lilToon
Version 1.6.1
Version 1.7.0

# 概要
アバターを用いたサービス(VRChat等)向けに開発したシェーダーで以下のような特徴があります。
Expand Down
4 changes: 2 additions & 2 deletions Assets/lilToon/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"latest_vertion_name": "1.6.0", "latest_vertion_value": 39}
{"latest_vertion_name": "1.7.0", "latest_vertion_value": 40}

0 comments on commit 262cdf8

Please sign in to comment.