Skip to content

Commit

Permalink
release Selenide 4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed May 7, 2018
1 parent ed829c1 commit 3833a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Changelog

=== 4.11.3 (released 0x.05.2018)
=== 4.11.3 (released 07.05.2018)
* PR #730 Fix duplicating screenshots on error issue #729 -- thanks to Boris Osipov @BorisOsipov
* PR #727 Add cssValue condition issued in #628 -- thanks to Aliaksandr Rasolka @rosolko
* PR #726 fixed browserBinary usage on remote server issue #725 -- thanks to Alexei Vinogradov @vinogradoff
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = 'com.codeborne'
archivesBaseName = 'selenide'
version = '4.11.3-SNAPSHOT'
version = '4.11.3'

[compileJava, compileTestJava]*.options.collect { options -> options.encoding = 'UTF-8' }
[compileJava, compileTestJava]*.options.collect { options -> options.debug = true }
Expand Down

0 comments on commit 3833a46

Please sign in to comment.