From b7df4b66700319b534e1b9cd02c680d2d1aa80fe Mon Sep 17 00:00:00 2001 From: Thibaut Mattio Date: Mon, 13 Jan 2020 18:31:36 -0500 Subject: [PATCH] Bump to 0.4.7 --- bin/package.re | 2 +- package.json | 2 +- scripts/tmattio-spin.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"