Skip to content

Commit 2d21e13

Browse files
committed
Bump version to v1.3.1
1 parent 40a8120 commit 2d21e13

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Changelog
22

3-
## InfclassR v1.3.1 - 2021-xx-xx (unreleased)
3+
## InfclassR v1.3.1 - 2021-12-09
44

5+
General:
56
- Improved Taxi responsiveness
67
- Merc laser now collides only with the owner bomb
7-
- Fixed crash on a new round if a Voodoo finished the previous round on a death tile
88
- Returned the notorious 'whoosh' sound effect for "vs witches" fun rounds
99
- Slug slime effect reworked to appear approximately 4x less times (should improve the performance).
10-
- Add missing NetworkClipping to a number of 'traps' (biologist mine, looper wall, scientist mine, turret, white hole)
10+
- Added missing NetworkClipping to a number of 'traps' (biologist mine, looper wall, scientist mine, turret, white hole)
11+
12+
Maintenance:
13+
- Fixed a crash on a new round if a Voodoo finished the previous round on a death tile
1114
- CMake: Add missing CONF_DEBUG processing
1215

1316
## InfclassR v1.3.0 - 2021-11-27

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FindICU introduced in CMake 3.7
44
cmake_minimum_required(VERSION 3.7)
55
project(InfclassR
6-
VERSION 1.3.0
6+
VERSION 1.3.1
77
)
88
set(VERSION_SUFFIX "")
99

0 commit comments

Comments
 (0)