Skip to content

Commit 8b44ad5

Browse files
committed
v1.3.1
1 parent 2cb3cab commit 8b44ad5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to [ChaiLove](https://github.com/RobLoach/ChaiLove) will be
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.3.1 - 2025-02-04
8+
### Change
9+
- tvos: propoerly set min supported version, by @warmenhoven
10+
- Update to physfs-libretro
11+
712
## 1.3.0 - 2024-05-11
813
### Fixes
914
- Fix playing empty ogg files through `libretro-common`, by @phcoder

src/ChaiLove.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
#define CHAILOVE_VERSION_MAJOR 1
4848
#define CHAILOVE_VERSION_MINOR 3
49-
#define CHAILOVE_VERSION_PATCH 0
50-
#define CHAILOVE_VERSION_STRING "1.3.0"
49+
#define CHAILOVE_VERSION_PATCH 1
50+
#define CHAILOVE_VERSION_STRING "1.3.1"
5151

5252
#include "SDL.h"
5353
#include "libretro.h"

0 commit comments

Comments
 (0)