Skip to content

Commit f5e1c39

Browse files
committed
Release 1.3.8
1 parent 53c61d4 commit f5e1c39

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
54
## [Unreleased]
65
### Enhancements
76

87
### Bug fixes
98

109
### Deprecations
1110

11+
## [1.3.8] - 2018-04-12
12+
### Enhancements
13+
- Make no-argument commands friendly for IDE
14+
15+
### Bug fixes
16+
17+
### Deprecations
18+
1219
## [1.3.7] - 2018-04-02
1320
### Enhancements
1421
- Only for `ruby_lib_core` internal process

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '1.3.7'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-04-02'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '1.3.8'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-04-12'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)