Skip to content

Commit 68c1c64

Browse files
committed
version bump
1 parent 4f7228a commit 68c1c64

11 files changed

Lines changed: 18 additions & 18 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deploy:
2323
provider: releases
2424
api_key: $GH_TOKEN
2525
file:
26-
- /home/travis/build/CodeBrig/Journey/build/libs/journey-browser-0.3.2.jar
26+
- /home/travis/build/CodeBrig/Journey/build/libs/journey-browser-0.3.3.jar
2727
- /home/travis/build/CodeBrig/Journey/jcef/binary_distrib/jcef-distrib-linux64.zip
2828
- /Users/travis/build/CodeBrig/Journey/jcef/binary_distrib/jcef-distrib-macintosh64.zip
2929
skip_cleanup: true

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ repositories {
2626
}
2727
2828
dependencies {
29-
compile 'com.github.codebrig:journey:0.3.2-online'
29+
compile 'com.github.codebrig:journey:0.3.3-online'
3030
3131
//or use the offline version (includes native CEF files for all platforms; ~300MB)
32-
//compile 'com.github.codebrig:journey:0.3.2-offline'
32+
//compile 'com.github.codebrig:journey:0.3.3-offline'
3333
}
3434
```
3535

@@ -46,10 +46,10 @@ dependencies {
4646
<dependency>
4747
<groupId>com.github.codebrig</groupId>
4848
<artifactId>journey</artifactId>
49-
<version>0.3.2-online</version>
49+
<version>0.3.3-online</version>
5050

5151
<!-- or use the offline version (includes native CEF files for all platforms; ~300MB) -->
52-
<!-- <version>0.3.2-offline</version> -->
52+
<!-- <version>0.3.3-offline</version> -->
5353
</dependency>
5454
```
5555

@@ -92,7 +92,7 @@ public class JourneyBrowser {
9292

9393
### Linux (64bit)
9494
```sh
95-
curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.2-75-assets/jcef-distrib-linux64.zip
95+
curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.3-75-assets/jcef-distrib-linux64.zip
9696
unzip jcef-distrib-linux64.zip
9797

9898
export LD_LIBRARY_PATH=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64:$(pwd)/linux64/bin/lib/linux64
@@ -101,7 +101,7 @@ java -cp "linux64/bin/*" tests.detailed.MainFrame
101101

102102
### macOS (64bit)
103103
```sh
104-
curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.2-69-assets/jcef-distrib-macintosh64.zip
104+
curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.3-69-assets/jcef-distrib-macintosh64.zip
105105
unzip jcef-distrib-macintosh64.zip
106106
mv ./macosx64/bin/jcef_app.app .
107107

@@ -114,7 +114,7 @@ java -cp "$JAVA_PATH:$JAVA_PATH/*" -Djava.library.path=$JAVA_PATH tests.detailed
114114
### Windows (64bit) [PowerShell]
115115
```
116116
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
117-
wget https://github.com/CodeBrig/Journey/releases/download/0.3.2-75-assets/jcef-distrib-windows64.zip -OutFile jcef-distrib-windows64.zip
117+
wget https://github.com/CodeBrig/Journey/releases/download/0.3.3-75-assets/jcef-distrib-windows64.zip -OutFile jcef-distrib-windows64.zip
118118
Expand-Archive jcef-distrib-windows64.zip .
119119
120120
java -cp "./win64/bin;./win64/bin/*" "-Djava.library.path=./win64/bin/lib/win64" tests.detailed.MainFrame
@@ -124,7 +124,7 @@ java -cp "./win64/bin;./win64/bin/*" "-Djava.library.path=./win64/bin/lib/win64"
124124

125125
| Journey Version | JCEF Version (Linux) | JCEF Version (macOS) | JCEF Version (Windows) |
126126
|---------------------|----------------------|----------------------|----------------------|
127-
| 0.3.2 (2019-07-13) | [75.0.13.220](https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d) (2019-07-09) | [69.0.3497.100](https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63) (2018-11-01) | [75.0.13.220](https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d) (2019-07-09) |
127+
| 0.3.3 (2019-07-13) | [75.0.13.220](https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d) (2019-07-09) | [69.0.3497.100](https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63) (2018-11-01) | [75.0.13.220](https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d) (2019-07-09) |
128128
| 0.2.18 (2019-06-30)<br>0.2.17 (2019-06-12) | [73.1.11.216](https://bitbucket.org/chromiumembedded/java-cef/commits/6b140efeef4e566b6a68025b1dcea9b2da6e6e57) (2019-05-21) | [69.0.3497.100](https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63) (2018-11-01) | [73.1.11.216](https://bitbucket.org/chromiumembedded/java-cef/commits/6b140efeef4e566b6a68025b1dcea9b2da6e6e57) (2019-05-21) |
129129
| 0.2.16 (2019-06-10) | [73.1.11.215](https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991) (2019-05-10) | [69.0.3497.100](https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63) (2018-11-01) | [73.1.11.215](https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991) (2019-05-10) |
130130
| 0.1.1 (2019-05-21) | [73.1.11.215](https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991) (2019-05-10) | n/a | [73.1.11.215](https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991) (2019-05-10) |

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

33
group 'com.codebrig'
4-
version '0.3.2'
4+
version '0.3.3'
55

66
sourceCompatibility = 1.8
77
archivesBaseName = 'journey-browser'

src/main/java/com/codebrig/journey/JourneyBrowserView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Wraps CefApp/CefClient/CefBrowser and extends JComponent for ease of implementation.
2121
*
2222
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
23-
* @version 0.3.2
23+
* @version 0.3.3
2424
* @since 0.1.1
2525
*/
2626
@SuppressWarnings({"JavaReflectionInvocation", "WeakerAccess"})

src/main/java/com/codebrig/journey/JourneyLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Downloads and loads the necessary CEF files for the current OS.
2121
*
2222
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
23-
* @version 0.3.2
23+
* @version 0.3.3
2424
* @since 0.1.1
2525
*/
2626
@SuppressWarnings({"WeakerAccess", "unused", "JavaReflectionMemberAccess"})

src/main/java/com/codebrig/journey/JourneySettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Note: This doesn't use a real proxy because CefSettings exposes configuration through fields instead of methods.
88
*
99
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
10-
* @version 0.3.2
10+
* @version 0.3.3
1111
* @since 0.2.0
1212
*/
1313
@SuppressWarnings("WeakerAccess")

src/main/java/com/codebrig/journey/proxy/CefAppProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Javadoc taken from: https://bitbucket.org/chromiumembedded/java-cef
99
*
1010
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
11-
* @version 0.3.2
11+
* @version 0.3.3
1212
* @since 0.2.0
1313
*/
1414
@SuppressWarnings("unused")

src/main/java/com/codebrig/journey/proxy/CefBrowserProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Javadoc taken from: https://bitbucket.org/chromiumembedded/java-cef
1212
*
1313
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
14-
* @version 0.3.2
14+
* @version 0.3.3
1515
* @since 0.2.0
1616
*/
1717
@SuppressWarnings("unused")

src/main/java/com/codebrig/journey/proxy/CefClientProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Javadoc taken from: https://bitbucket.org/chromiumembedded/java-cef
1212
*
1313
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
14-
* @version 0.3.2
14+
* @version 0.3.3
1515
* @since 0.2.0
1616
*/
1717
@SuppressWarnings("unused")

src/main/java/com/codebrig/journey/proxy/browser/CefFrameProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Javadoc taken from: https://bitbucket.org/chromiumembedded/java-cef
99
*
1010
* @author <a href="mailto:brandon.fergerson@codebrig.com">Brandon Fergerson</a>
11-
* @version 0.3.2
11+
* @version 0.3.3
1212
* @since 0.2.18
1313
*/
1414
@SuppressWarnings("unused")

0 commit comments

Comments
 (0)