Browse Source

bumped metadata version for release

Seth Chisamore 13 years ago
parent
commit
7c78d23a82
2 changed files with 2 additions and 2 deletions
  1. 1 1
      metadata.json
  2. 1 1
      metadata.rb

+ 1 - 1
metadata.json

@@ -41,7 +41,7 @@
   "platforms": {
   },
   "name": "application",
-  "version": "0.7.0",
+  "version": "0.8.0",
   "conflicting": {
   },
   "license": "Apache 2.0",

+ 1 - 1
metadata.rb

@@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
 description      "Deploys and configures a variety of applications defined from databag 'apps'"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "0.7.0"
+version          "0.8.0"
 recipe           "application", "Loads application databags and selects recipes to use"
 recipe           "application::java_webapp", "Deploys a Java web application WAR specified in a data bag with the remote_file resource"
 recipe           "application::passenger-nginx", "Installs Ruby Enterprise with Passenger under Nginx"