Skip to content

Commit ffe9c00

Browse files
committed
Version bump, update CHANGELOG
1 parent d8bbf4e commit ffe9c00

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.11.1
4+
- small version bump for Pale Moon 29.0 compatibility (no code changes)
5+
36
### 1.11.0
47
- update Reader View styling to reflect changes in Pale Moon 28.6.0+
58

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<Description about="urn:mozilla:install-manifest">
1111
<em:id>{854a7ddc-f008-4263-b98e-98e62085837f}</em:id>
12-
<em:version>1.11.0</em:version>
12+
<em:version>1.11.1</em:version>
1313
<em:name>LittleMoon</em:name>
1414
<em:description>LittleMoon, designed for optimal screen usage, leaving lots of room for browsing.</em:description>
1515
<em:creator>Lootyhoof</em:creator>
@@ -25,7 +25,7 @@
2525
<!-- Pale Moon -->
2626
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
2727
<em:minVersion>28.6.0</em:minVersion>
28-
<em:maxVersion>28.*</em:maxVersion>
28+
<em:maxVersion>29.*</em:maxVersion>
2929
</Description>
3030
</em:targetApplication>
3131
</Description>

0 commit comments

Comments
 (0)