diff --git a/bin/package.re b/bin/package.re index 82fddcf..89e6db6 100644 --- a/bin/package.re +++ b/bin/package.re @@ -1 +1 @@ -let version = "0.4.6"; +let version = "0.4.7"; diff --git a/package.json b/package.json index 671bf97..33ef8d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spin", - "version": "0.4.6", + "version": "0.4.7", "description": "Project scaffolding tool and set of templates for Reason and OCaml.", "author": "Thibaut Mattio", "homepage": "https://github.com/tmattio/spin", diff --git a/scripts/tmattio-spin.rb b/scripts/tmattio-spin.rb index 1fe6ad6..ec6ec5f 100644 --- a/scripts/tmattio-spin.rb +++ b/scripts/tmattio-spin.rb @@ -1,5 +1,5 @@ class TmattioSpin < Formula - VERSION = '0.4.6' + VERSION = '0.4.7' desc 'Project scaffolding tool and set of templates for Reason and OCaml.' homepage 'https://github.com/tmattio/spin' url "https://github.com/tmattio/spin/releases/download/v#{VERSION}/spin-darwin-x64.zip"