Skip to content

Commit 98c55e5

Browse files
committed
Bump version
1 parent 3c4aa39 commit 98c55e5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
UNITY_VERSION: 2023.1.11f1
1717
PROJECT_PATH: .
1818
# Packaging
19-
PKG_VERSION: 2.2.1
19+
PKG_VERSION: 2.4.0
2020
BUILD_METHOD: PackageExporter.BatchMode.Export
2121

2222
jobs:

Assets/JCSUnity/Editor/ini/editor.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# JCSUnity editor properties.
33
#
44
editor_title=JCSUnity
5-
version=2.3.2
5+
version=2.4.0
66
email=jcs090218@gmail.com
77
author=Jen-Chieh Shen
88
url=https://github.com/jcs090218/JCSUnity

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## 2.3.2 (Unreleased)
8+
## 2.4.1 (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 2.4.0
14+
> Released Oct 02, 2023
15+
1116
* Add with key functions in the input module (20b12f996d4eff458555e3dcf58095130f76f98e)
1217
* Use `UnityEvent` for toggle button (459466aa1d1be1a2909d82c28e90561df60acf8b)
1318
* Add action button to accept any events (c2c463f34b55c91fcd51c26d55431139484c1b40)

docs/siradoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version_title_05: ''
1616
version_title_06: ''
1717
version_title_07: ''
1818

19-
version_num_01: '2.3.2'
19+
version_num_01: '2.4.0'
2020
version_num_02: '2023.1.11f1'
2121
version_num_03: ''
2222
version_num_04: ''

0 commit comments

Comments
 (0)