Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
1.7.2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Aug 17, 2017
1 parent 3af25f1 commit 9178a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Firefox addon/KeeFox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.7.0</em:version>
<em:version>1.7.2b1</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
Expand All @@ -20,7 +20,7 @@
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>32.0</em:minVersion>
<em:maxVersion>51.*</em:maxVersion>
<em:maxVersion>56.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -29,12 +29,14 @@
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>32.0</em:minVersion>
<em:maxVersion>51.*</em:maxVersion>
<em:maxVersion>56.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:targetPlatform>WINNT</em:targetPlatform>
<em:targetPlatform>Linux</em:targetPlatform>
<em:targetPlatform>Darwin</em:targetPlatform>
<em:targetPlatform>FreeBSD</em:targetPlatform>

<!-- Front End MetaData -->
<em:name>KeeFox</em:name>
Expand Down
2 changes: 1 addition & 1 deletion Firefox addon/KeeFox/modules/kprpcClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function kprpcClient() {
this.requestId = 1;
this.callbacks = {};
this.callbacksData = {};
this.clientVersion = [1, 7, 1];
this.clientVersion = [1, 7, 2];
this.features = featuresOffered;
this.authPromptAborted = false;

Expand Down

0 comments on commit 9178a52

Please sign in to comment.