From d09a2e2642856c483395569de798bac724785385 Mon Sep 17 00:00:00 2001 From: Tommaso Piazza <196761+tmspzz@users.noreply.github.com> Date: Mon, 15 Nov 2021 20:34:02 +0100 Subject: [PATCH] chore: Bump version number to 0.24.0.65 --- Rome.cabal | 4 ++-- Rome.podspec | 2 +- app/Main.hs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rome.cabal b/Rome.cabal index 418b72b..22c3b7d 100644 --- a/Rome.cabal +++ b/Rome.cabal @@ -1,5 +1,5 @@ name: Rome -version: 0.23.3.64 +version: 0.24.0.65 synopsis: A cache for Carthage description: Please see README.md homepage: https://github.com/blender/Rome @@ -7,7 +7,7 @@ license: MIT license-file: LICENSE author: Tommaso Piazza maintainer: tommaso.piazza@gmail.com -copyright: 2016, 2017, 2018, 2019, 2020 Tommaso Piazza +copyright: 2016, 2017, 2018, 2019, 2020, 2021 Tommaso Piazza category: Utility build-type: Simple -- extra-source-files: diff --git a/Rome.podspec b/Rome.podspec index a6adebc..45cfe95 100644 --- a/Rome.podspec +++ b/Rome.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Rome' - s.version = '0.23.3.64' + s.version = '0.24.0.65' s.summary = 'A cache tool for Carthage' s.homepage = 'https://github.com/blender/Rome' s.source = { :http => "#{s.homepage}/releases/download/v#{s.version}/rome.zip" } diff --git a/app/Main.hs b/app/Main.hs index 2c26f4a..db22479 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -13,7 +13,7 @@ import System.Exit romeVersion :: RomeVersion -romeVersion = (0, 23, 3, 64) +romeVersion = (0, 24, 0, 65)