Skip to content

Commit

Permalink
Bump version number to 0.18.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
tmspzz committed Jan 14, 2019
1 parent a2d9cf3 commit 322596a
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.18.0.51
version: 0.18.1.52
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 Tommaso Piazza
copyright: 2016, 2017, 2018, 2019 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.18.0.51'
s.version = '0.18.1.52'
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 @@ -10,7 +10,7 @@ import System.Exit


romeVersion :: RomeVersion
romeVersion = (0, 18, 0, 51)
romeVersion = (0, 18, 1, 52)



Expand Down

0 comments on commit 322596a

Please sign in to comment.