Skip to content

Commit

Permalink
Bumped version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjomble committed May 19, 2015
1 parent 3e7a73b commit f858bb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jedit/Off.props
Expand Up @@ -2,7 +2,7 @@
plugin.net.sickill.off.jedit.OffPlugin.activate=defer
plugin.net.sickill.off.jedit.OffPlugin.name=Open File Fast
plugin.net.sickill.off.jedit.OffPlugin.author=Marcin Kulik
plugin.net.sickill.off.jedit.OffPlugin.version=1.1
plugin.net.sickill.off.jedit.OffPlugin.version=1.2
plugin.net.sickill.off.jedit.OffPlugin.docs=docs/index.html
plugin.net.sickill.off.jedit.OffPlugin.description=Open File Fast is a plugin for Netbeans and JEdit for quick finding and opening files by typing only few characters (like Textmate's Go To File)
plugin.net.sickill.off.jedit.OffPlugin.longdescription=description.html
Expand Down
2 changes: 1 addition & 1 deletion jedit/build.xml
Expand Up @@ -4,7 +4,7 @@
<property file="common.properties"/>

<property name="jar.name" value="${ant.project.name}.jar"/>
<property name="version" value="1.1"/>
<property name="version" value="1.2"/>
<property name="srcfile" value="${ant.project.name}_src_${version}.zip"/>

<property name="src.dir" value="src"/>
Expand Down
2 changes: 1 addition & 1 deletion netbeans/manifest.mf
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: net.sickill.off
OpenIDE-Module-Install: net/sickill/off/netbeans/Installer.class
OpenIDE-Module-Localizing-Bundle: net/sickill/off/netbeans/Bundle.properties
OpenIDE-Module-Specification-Version: 1.1
OpenIDE-Module-Specification-Version: 1.2

0 comments on commit f858bb7

Please sign in to comment.