Version bump

This commit is contained in:
Anthony Stirling 2023-05-14 15:43:56 +01:00
parent f822f6d931
commit e0526b9584
2 changed files with 3 additions and 1 deletions

View file

@ -112,6 +112,8 @@ Stirling PDF currently supports
- French (Français) - French (Français)
- Spanish (Español) - Spanish (Español)
- Chinese (简体中文) - Chinese (简体中文)
- Catalan (Català)
- Italian (Italiano)
If you want to add your own language to Stirling-PDF please refer If you want to add your own language to Stirling-PDF please refer
https://github.com/Frooodle/Stirling-PDF/blob/main/HowToAddNewLanguage.md https://github.com/Frooodle/Stirling-PDF/blob/main/HowToAddNewLanguage.md

View file

@ -5,7 +5,7 @@ plugins {
} }
group = 'stirling.software' group = 'stirling.software'
version = '0.8.1' version = '0.8.2'
sourceCompatibility = '17' sourceCompatibility = '17'
repositories { repositories {