Skip to content

Commit

Permalink
chore: Bump version number to 0.24.0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
tmspzz committed Nov 15, 2021
1 parent 1354dc8 commit d09a2e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rome.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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
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:
Expand Down
2 changes: 1 addition & 1 deletion Rome.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import System.Exit


romeVersion :: RomeVersion
romeVersion = (0, 23, 3, 64)
romeVersion = (0, 24, 0, 65)



Expand Down

0 comments on commit d09a2e2

Please sign in to comment.