Skip to content

Commit 75fca42

Browse files
authored
Merge pull request #28 from ThosRTanner/issue/26
Release new version without old license and with a fix for palemoon
2 parents f03d3ae + 6ddeffc commit 75fca42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes for v 1.1.0 (pre-release)
1+
# Changes for v 1.0.1
22
* Fix restoring session on palemoon getting tabs in the wrong order. This ended up removing a lot of unnecessary operations, and has made reloading sessions a lot snappier. (Issue #4)
33

44
* Remove the original license.txt file (Issue #26)

source/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description about="urn:mozilla:install-manifest">
55
<em:id>tabgroupsmanager@thosrtanner.github.com</em:id>
66
<em:name>Tab Groups Manager reloaded</em:name>
7-
<em:version>1.0.0</em:version>
7+
<em:version>1.0.1</em:version>
88
<em:type>2</em:type>
99
<em:unpack>true</em:unpack>
1010

@@ -45,7 +45,7 @@
4545
<Description>
4646
<!-- palemoon -->
4747
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
48-
<em:minVersion>28.10.0.0</em:minVersion>
48+
<em:minVersion>28.11.0.0</em:minVersion>
4949
<em:maxVersion>29.*</em:maxVersion>
5050
</Description>
5151
</em:targetApplication>

0 commit comments

Comments
 (0)