diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/rpm/polymc.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/rpm/polymc.spec b/packages/rpm/polymc.spec index f22ba078..f5a6fe07 100644 --- a/packages/rpm/polymc.spec +++ b/packages/rpm/polymc.spec @@ -5,8 +5,8 @@ %global quazip_shortcommit %(c=%{quazip_commit}; echo ${c:0:7}) Name: polymc -Version: 1.0.4 -Release: 2%{?dist} +Version: 1.0.5 +Release: 1%{?dist} Summary: Minecraft launcher with ability to manage multiple instances # @@ -132,8 +132,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.polymc.PolyMC.des %changelog +* Sun Jan 09 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 1.0.5-1 +- Update to 1.0.5 + * Sun Jan 09 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 1.0.4-2 - rework spec * Fri Jan 7 2022 getchoo <getchoo at tuta dot io> - 1.0.4-1 -- Initial polymc spec
\ No newline at end of file +- Initial polymc spec |