Skip to content

Commit

Permalink
Changes versioning schema to match the version of knockoutjs stable
Browse files Browse the repository at this point in the history
  • Loading branch information
igoraguiar committed Aug 29, 2011
1 parent efa4578 commit 8538dc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KnockoutjsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
class KnockoutjsGrailsPlugin {
def koStable='1.2.1'
def koUnstable='1.3-20110826'

String groupId = 'br.com.geocontrol.grails.plugin.ko'
// the plugin version
def version = "0.1"
def version = koStable
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.0 > *"
// the other plugins this plugin depends on
Expand All @@ -12,9 +15,6 @@ class KnockoutjsGrailsPlugin {
"grails-app/views/index.gsp"
]

def koStable='1.2.1'
def koUnstable='1.3-20110826'

def author = "Igor Aguiar Rodrigues"
def authorEmail = "igor@geocontrol.com.br"
def title = "Knockoutjs for Grails"
Expand Down

0 comments on commit 8538dc2

Please sign in to comment.