Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 3, 2023
1 parent 3c4aa39 commit 98c55e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
UNITY_VERSION: 2023.1.11f1
PROJECT_PATH: .
# Packaging
PKG_VERSION: 2.2.1
PKG_VERSION: 2.4.0
BUILD_METHOD: PackageExporter.BatchMode.Export

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Assets/JCSUnity/Editor/ini/editor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# JCSUnity editor properties.
#
editor_title=JCSUnity
version=2.3.2
version=2.4.0
email=[email protected]
author=Jen-Chieh Shen
url=https://github.com/jcs090218/JCSUnity
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


## 2.3.2 (Unreleased)
## 2.4.1 (Unreleased)
> Released N/A
* N/A

## 2.4.0
> Released Oct 02, 2023
* Add with key functions in the input module (20b12f996d4eff458555e3dcf58095130f76f98e)
* Use `UnityEvent` for toggle button (459466aa1d1be1a2909d82c28e90561df60acf8b)
* Add action button to accept any events (c2c463f34b55c91fcd51c26d55431139484c1b40)
Expand Down
2 changes: 1 addition & 1 deletion docs/siradoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version_title_05: ''
version_title_06: ''
version_title_07: ''

version_num_01: '2.3.2'
version_num_01: '2.4.0'
version_num_02: '2023.1.11f1'
version_num_03: ''
version_num_04: ''
Expand Down

0 comments on commit 98c55e5

Please sign in to comment.