Skip to content

Commit d09a2e2

Browse files
committed
chore: Bump version number to 0.24.0.65
1 parent 1354dc8 commit d09a2e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Rome.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Rome
2-
version: 0.23.3.64
2+
version: 0.24.0.65
33
synopsis: A cache for Carthage
44
description: Please see README.md
55
homepage: https://github.com/blender/Rome
66
license: MIT
77
license-file: LICENSE
88
author: Tommaso Piazza
99
maintainer: [email protected]
10-
copyright: 2016, 2017, 2018, 2019, 2020 Tommaso Piazza
10+
copyright: 2016, 2017, 2018, 2019, 2020, 2021 Tommaso Piazza
1111
category: Utility
1212
build-type: Simple
1313
-- extra-source-files:

Rome.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Rome'
3-
s.version = '0.23.3.64'
3+
s.version = '0.24.0.65'
44
s.summary = 'A cache tool for Carthage'
55
s.homepage = 'https://github.com/blender/Rome'
66
s.source = { :http => "#{s.homepage}/releases/download/v#{s.version}/rome.zip" }

app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import System.Exit
1313

1414

1515
romeVersion :: RomeVersion
16-
romeVersion = (0, 23, 3, 64)
16+
romeVersion = (0, 24, 0, 65)
1717

1818

1919

0 commit comments

Comments
 (0)