Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Corrected version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joergrech committed Oct 19, 2012
1 parent 5d5db54 commit d3a2820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class KickstartWithBootstrapGrailsPlugin {
// the plugin version
def version = "0.7.1"
def version = "0.7.2"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.0.0 > *"
// the other plugins this plugin depends on
Expand Down
12 changes: 6 additions & 6 deletions kickstartWithBootstrap/application.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#Grails Metadata file
#Fri Oct 19 09:14:14 CEST 2012
#Fri Oct 19 17:57:36 CEST 2012
app.grails.version=2.1.1
app.name=kickstartWithBootstrapGrailsPlugin
app.stats.Controllers.files=1
app.stats.Controllers.loc=5
app.stats.Groovy_Helpers.files=1
app.stats.Groovy_Helpers.loc=10
app.stats.Scripts.files=5
app.stats.Scripts.loc=115
app.stats.Scripts.loc=116
app.stats.Tag_Libraries.files=1
app.stats.Tag_Libraries.loc=268
app.stats.Tag_Libraries.loc=279
app.stats.Totals.files=8
app.stats.Totals.loc=398
app.stats.Totals.loc=410
app.version=0.7.2
app.version.build=78
app.version.build=79
app.version.build.date=Okt 19, 2012
app.version.build.env=development
app.version.revision=7893d3c
app.version.revision=5d5db54
plugins.hibernate=2.1.1
plugins.release=2.0.3
plugins.resources=1.1.6
Expand Down

0 comments on commit d3a2820

Please sign in to comment.