Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
isonic1 committed Sep 15, 2016
1 parent d33e2fb commit 44df7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/flick
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_relative '../lib/flick'
require 'commander/import'

program :version, '0.2.3'
program :version, '0.2.4'
program :description, 'A CLI to capture screenshots, video, logs, and device info for Android (Devices & Emulators) and iOS (Devices).'

command :video do |c|
Expand Down
2 changes: 1 addition & 1 deletion lib/flick/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Flick
VERSION = "0.2.3"
VERSION = "0.2.4"
end

0 comments on commit 44df7a0

Please sign in to comment.