Skip to content

Commit

Permalink
chore(Upgrade): bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Sep 27, 2019
1 parent be6b7a7 commit 8098390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.0

- Feat: Support multiple booted devices (#2)

- Fix: Check if there are booted devices before recording (#1)
- Fix: CLI basename on help command (#3)

# 1.0.0

- Feat: send arguments to script
Expand Down
4 changes: 2 additions & 2 deletions HomebrewFormula/ios-simulator-gif.rb
Original file line number Diff line number Diff line change
@@ -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/1.0.0.tar.gz"
sha256 "3a34bc612b7a7832bb46a30774b063845635fd56f1bd3744be65cbc0f4ceaa03"
url "https://github.com/fjcaetano/ios-simulator-gif/archive/1.1.0.tar.gz"
sha256 "79cba993e64e115e69b160553bbd2cd9b4a9c09cf93efb9b1ada5e8e7958bc72"

depends_on "ffmpeg"
depends_on "gnu-sed"
Expand Down

0 comments on commit 8098390

Please sign in to comment.