Skip to content

Commit

Permalink
Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 20, 2018
1 parent 758f5b1 commit e84eb3a
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
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Enhancements

### Bug fixes

### Deprecations

## [1.8.3] - 2018-07-20
### Enhancements
- Relax the logic of `:app` capability

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Appium
module Core
VERSION = '1.8.2'.freeze unless defined? ::Appium::Core::VERSION
DATE = '2018-07-17'.freeze unless defined? ::Appium::Core::DATE
VERSION = '1.8.3'.freeze unless defined? ::Appium::Core::VERSION
DATE = '2018-07-20'.freeze unless defined? ::Appium::Core::DATE
end
end

0 comments on commit e84eb3a

Please sign in to comment.