Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Sep 13, 2012
1 parent 93cba20 commit 9000e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CassandraAstyanaxGrailsPlugin.groovy
Expand Up @@ -19,10 +19,10 @@ import com.reachlocal.grails.plugins.cassandra.astyanax.AstyanaxDynamicMethods
class CassandraAstyanaxGrailsPlugin
{
// the plugin version
def version = "0.2.2"
def version = "0.2.3"

// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.7 > *"
def grailsVersion = "2.0.0 > *"

// the other plugins this plugin depends on
def dependsOn = [:]
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,4 +1,4 @@
<plugin name='cassandra-astyanax' version='0.2.1' grailsVersion='1.3.7 &gt; *'>
<plugin name='cassandra-astyanax' version='0.2.3' grailsVersion='2.0.0 &gt; *'>
<author>Bob Florian</author>
<authorEmail>bob.florian@reachlocal.com</authorEmail>
<title>Astyanax Cassandra Client</title>
Expand Down

0 comments on commit 9000e5e

Please sign in to comment.