Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and chochos committed Jun 30, 2011
1 parent 86731c0 commit d5bd1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JalarmsGrailsPlugin.groovy
Expand Up @@ -28,7 +28,7 @@ import org.codehaus.groovy.grails.commons.ConfigurationHolder
class JalarmsGrailsPlugin {
def groupId = 'com.solab.grails'
// the plugin version
def version = "0.2"
def version = "0.3"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.5 > *"
// the other plugins this plugin depends on
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,4 +1,4 @@
<plugin name='jalarms' version='0.1' grailsVersion='1.3.5 &gt; *'>
<plugin name='jalarms' version='0.3' grailsVersion='1.3.5 &gt; *'>
<author>Enrique Zamudio, Hector Cuesta, Andres Almiray</author>
<authorEmail>chochos@users.sourceforge.net, aalmiray@users.sourceforge.net</authorEmail>
<title>JAlarms plugin for Grails</title>
Expand Down

0 comments on commit d5bd1d8

Please sign in to comment.