diff --git a/CHANGELOG.md b/CHANGELOG.md index 6935a23..8107ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.11.1] - 2026-03-03 + ### Fixed - Fix `mod sync` incorrectly saving `mod-list.json` and `mod-settings.dat` when nothing changed (#74) diff --git a/lib/factorix/version.rb b/lib/factorix/version.rb index 8d9698a..88408be 100644 --- a/lib/factorix/version.rb +++ b/lib/factorix/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Factorix - VERSION = "0.11.0" + VERSION = "0.11.1" public_constant :VERSION end