Skip to content

Commit 938762a

Browse files
committed
v3.0.7
1 parent 9a5fd3e commit 938762a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Live Simulator: 2 uses these external libraries to run:
5454

5555
Live Simulator: 2 uses these external libraries if available:
5656

57-
* [FFmpeg 3.x](http://ffmpeg.org/)
57+
* [FFmpeg 4.x](http://ffmpeg.org/)
5858

5959
Disclaimer
6060
==========
@@ -78,7 +78,7 @@ Special Thanks
7878

7979
* jwun - Spanish translation.
8080

81-
* Salaron & Nick "Zorb" Cage - Russian translation.
81+
* Salaron & Nick "Zorb" Cage - Russian translation and new beatmap download provider.
8282

8383
* Some other people who suggest something and helping me which I forgot his/her name
8484

@@ -111,6 +111,6 @@ Live Simulator: 2 uses lua-tinyyaml. It's licensed under [MIT](https://github.co
111111

112112
Live Simulator: 2 uses image asset from Love Live! School Idol Festival.
113113

114-
Live Simulator: 2 uses FFmpeg when available, and it's licensed under GNU GPLv3 (or GNU LGPL, depending on used binaries).
114+
Live Simulator: 2 uses [FFmpeg](https://www.ffmpeg.org/) when available, and it's licensed under GNU LGPL (or GNU GPL, depending on used binaries).
115115

116116
Please see respective files (or links) for license of those libraries.

main.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
-- luacheck: globals DEPLS_VERSION_CODENAME
2626

2727
-- Version string
28-
DEPLS_VERSION = "3.0.6"
28+
DEPLS_VERSION = "3.0.7"
2929
-- Version number
3030
-- In form xxyyzzww. x = major, y = minor, z = patch, w = pre-release counter (99 = not a pre release)
31-
DEPLS_VERSION_NUMBER = 03000699
31+
DEPLS_VERSION_NUMBER = 03000799
3232
-- Version codename
3333
DEPLS_VERSION_CODENAME = "Time Lapse"
3434

0 commit comments

Comments
 (0)