diff --git a/bin/package.re b/bin/package.re index 89e6db6..79759a3 100644 --- a/bin/package.re +++ b/bin/package.re @@ -1 +1 @@ -let version = "0.4.7"; +let version = "0.4.8"; diff --git a/package.json b/package.json index 33ef8d5..af2e521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spin", - "version": "0.4.7", + "version": "0.4.8", "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 ec6ec5f..031f101 100644 --- a/scripts/tmattio-spin.rb +++ b/scripts/tmattio-spin.rb @@ -1,5 +1,5 @@ class TmattioSpin < Formula - VERSION = '0.4.7' + VERSION = '0.4.8' 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"