From 37237b9cedb82e562f9a900173714ed21cb32419 Mon Sep 17 00:00:00 2001 From: Thibaut Mattio Date: Thu, 2 Jan 2020 11:55:39 -0500 Subject: [PATCH] Bump to 0.4.0 --- bin/package.re | 2 +- package.json | 2 +- scripts/spin.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/package.re b/bin/package.re index b123d97..a8bf1d5 100644 --- a/bin/package.re +++ b/bin/package.re @@ -1 +1 @@ -let version = "0.3.12"; +let version = "0.4.0"; diff --git a/package.json b/package.json index bc66923..af53382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmattio/spin", - "version": "0.3.12", + "version": "0.4.0", "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/spin.rb b/scripts/spin.rb index 07dc4be..95e956a 100644 --- a/scripts/spin.rb +++ b/scripts/spin.rb @@ -1,5 +1,5 @@ class Spin < Formula - VERSION = '0.3.12' + VERSION = '0.4.0' 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"