Skip to content

Commit

Permalink
KO 10 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Aug 13, 2017
1 parent d5f1b51 commit 24afd3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion content/bottomTabPane.xul
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<?xml-stylesheet href="chrome://komodo/skin/toolbar.css" type="text/css"?>
<?xml-stylesheet href="chrome://komodo/skin/platform.css" type="text/css"?>
<?xml-stylesheet href="chrome://komodo/skin/bindings/sidebar.css" type="text/css"?>
<?xml-stylesheet href="less://komodo/skin/global/global.less" type="text/css"?>

<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox flex="1">
Expand Down Expand Up @@ -65,4 +66,4 @@
tooltiptext="Double click any item to open the referenced file" />
</tree>
</vbox>
</page>
</page>
6 changes: 3 additions & 3 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>koctags</em:name>
<em:version>0.13</em:version>
<em:version>0.14</em:version>
<em:description>exuberant Ctags support for Komodo</em:description>
<em:creator>Adam Groszer</em:creator>
<em:homepageURL>http://community.activestate.com/xpi/koctags</em:homepageURL>
Expand All @@ -15,15 +15,15 @@
<!-- Komodo IDE's uuid -->
<em:id>{36E66FA0-F259-11D9-850E-000D935D3368}</em:id>
<em:minVersion>7.0</em:minVersion>
<em:maxVersion>9.*</em:maxVersion>
<em:maxVersion>10.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Komodo Edit's uuid -->
<em:id>{b1042fb5-9e9c-11db-b107-000d935d3368}</em:id>
<em:minVersion>7.0</em:minVersion>
<em:maxVersion>9.*</em:maxVersion>
<em:maxVersion>10.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down
Binary file modified koctags-0.13-ko.xpi
Binary file not shown.
Binary file added koctags-0.14-ko.xpi
Binary file not shown.

0 comments on commit 24afd3e

Please sign in to comment.