Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 56eabb0

Browse files
authored
Update README.md
1 parent b85000a commit 56eabb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A Node.js console UI for LiquidCore
33

44
Version
55
-------
6-
[0.2.1](https://github.com/LiquidPlayer/ConsoleSurface/releases/tag/0.2.1) - Get it through [JitPack](https://jitpack.io/#LiquidPlayer/ConsoleSurface/0.2.1)
6+
[0.2.2](https://github.com/LiquidPlayer/ConsoleSurface/releases/tag/0.2.2) - Get it through [JitPack](https://jitpack.io/#LiquidPlayer/ConsoleSurface/0.2.2)
77

88
[![Release](https://jitpack.io/v/LiquidPlayer/ConsoleSurface.svg)](https://jitpack.io/#LiquidPlayer/ConsoleSurface)
99

@@ -118,7 +118,7 @@ Then, add the LiquidCore library to your **app's `build.gradle`**:
118118
```
119119
dependencies {
120120
...
121-
compile 'com.github.LiquidPlayer:ConsoleSurface:0.2.1'
121+
compile 'com.github.LiquidPlayer:ConsoleSurface:0.2.2'
122122
}
123123
124124
```
@@ -182,7 +182,7 @@ LiquidCore_ {
182182
_events: {},
183183
_eventsCount: 0,
184184
_maxListeners: undefined,
185-
availableSurfaces: { 'org.liquidplayer.surface.console.ConsoleSurface': '0.2.1' },
185+
availableSurfaces: { 'org.liquidplayer.surface.console.ConsoleSurface': '0.2.2' },
186186
attach: [Function: attach_],
187187
detach: [Function: detach_] }
188188
```
@@ -194,7 +194,7 @@ Type `LiquidCore.detach()` in your console and Poof! Your surface is gone. If y
194194
device, a new instance will be launched and reattached. Type `process.exit()`
195195
and the same thing happens.
196196

197-
Of course it is possible to use a [`LiquidView`](https://liquidplayer.github.io/LiquidCoreAndroid/v0.2.1/org/liquidplayer/service/LiquidView.html) programmatically and dynamically set its available surfaces
197+
Of course it is possible to use a [`LiquidView`](https://liquidplayer.github.io/LiquidCoreAndroid/0.2.2/org/liquidplayer/service/LiquidView.html) programmatically and dynamically set its available surfaces
198198
and URI.
199199

200200
License

0 commit comments

Comments
 (0)