Closed ghost closed 9 years ago
In the case of the taggable plugin, the plugin's page indicates that the current version is 1.0.1, but it is in fact 1.1.0.
You can verify this by running grails plugin-info taggable, which outputs the following:
grails plugin-info taggable
-------------------------------------------------------------------------- Information about Grails plugin -------------------------------------------------------------------------- Name: taggable | Latest release: 1.1.0 -------------------------------------------------------------------------- Taggable Plugin --------------------------------------------------------------------------
fixed by grails publish-plugin --pingOnly
grails publish-plugin --pingOnly
In the case of the taggable plugin, the plugin's page indicates that the current version is 1.0.1, but it is in fact 1.1.0.
You can verify this by running
grails plugin-info taggable
, which outputs the following: