Skip to content

Commit

Permalink
chore(Upgrade): bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Jul 16, 2019
1 parent c280fc6 commit 684c8c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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/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"

Expand Down

0 comments on commit 684c8c4

Please sign in to comment.