From 684c8c4deb52f2bb5643c3b1c01fa889f50a4c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Tue, 16 Jul 2019 17:33:22 -0300 Subject: [PATCH] chore(Upgrade): bump version to 1.0.0 --- CHANGELOG.md | 6 ++++++ HomebrewFormula/ios-simulator-gif.rb | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f15d5..15e2878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.0 + +- Feat: send arguments to script +- Feat: help command +- Feat: send extra arguments to ffmpeg + # 0.0.1 Initial version \ No newline at end of file diff --git a/HomebrewFormula/ios-simulator-gif.rb b/HomebrewFormula/ios-simulator-gif.rb index 0439b50..7d758a0 100644 --- a/HomebrewFormula/ios-simulator-gif.rb +++ b/HomebrewFormula/ios-simulator-gif.rb @@ -1,8 +1,8 @@ class IosSimulatorGif < Formula desc "Record a gif from your iOS simulator in a jiffy" homepage "https://github.com/fjcaetano/ios-simulator-gif" - url "https://github.com/fjcaetano/ios-simulator-gif/archive/0.0.1.tar.gz" - sha256 "d96d73f07fb10448287384f958fecc3e9917532479cfb068d782f8bac974e7f1" + url "https://github.com/fjcaetano/ios-simulator-gif/archive/1.0.0.tar.gz" + sha256 "3a34bc612b7a7832bb46a30774b063845635fd56f1bd3744be65cbc0f4ceaa03" depends_on "ffmpeg"