Skip to content

Commit

Permalink
Update README with 0.3.10-RC3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed May 11, 2013
1 parent 3a34bf9 commit d0da029
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Below is the newest stable version ZIP containing main project
JAR with additional documents, examples and all required 3rd-party
dependencies:

* **Latest stable version** - [webcam-capture-0.3.10-RC2-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.10-RC2/webcam-capture-0.3.10-RC2-dist.zip)
* **Latest stable version** - [webcam-capture-0.3.10-RC3-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.10-RC3/webcam-capture-0.3.10-RC3-dist.zip)

Other releases:

Expand Down Expand Up @@ -59,7 +59,7 @@ in their own projects.
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.10-RC2</version>
<version>0.3.10-RC3</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Below is the newest stable version ZIP containing main project
JAR with additional documents, examples and all required 3rd-party
dependencies:

* **Latest stable version** - [nothing here yet]
* **Latest stable version** - [webcam-capture-driver-gstreamer-0.3.10-RC3-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.10-RC3/webcam-capture-driver-gstreamer-0.3.10-RC3-dist.zip)

## Example

Expand All @@ -26,7 +26,7 @@ static {

public static void main(String[] args) {

WebcamPanel panel = new WebcamPanel(Webcam.getWebcams().get(1));
WebcamPanel panel = new WebcamPanel(Webcam.getWebcams().get(0));
panel.setFPSDisplayed(true);

JFrame frame = new JFrame("GStreamer Webcam Capture Driver Demo");
Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/webcam-capture-driver-ipcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below is the newest stable version ZIP containing main project
JAR with additional documents, examples and all required 3rd-party
dependencies:

* **Latest stable version** - [webcam-capture-driver-ipcam-0.3.10-RC2-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.10-RC2/webcam-capture-driver-ipcam-0.3.10-RC2-dist.zip)
* **Latest stable version** - [webcam-capture-driver-ipcam-0.3.10-RC3-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.10-RC3/webcam-capture-driver-ipcam-0.3.10-RC3-dist.zip)
* Previous stable version - [webcam-capture-driver-ipcam-0.3.9-dist.zip](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.9/webcam-capture-driver-ipcam-0.3.9-dist.zip)


Expand All @@ -46,7 +46,7 @@ Latest stable version:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-ipcam</artifactId>
<version>0.3.10-RC2</version>
<version>0.3.10-RC3</version>
</parent>
```

Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-pages/src/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Webcam Capture</h1>
<div class="downloads">
<span>Download:</span>
<ul>
<li><a href="http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.10-RC2/webcam-capture-0.3.10-RC2-dist.zip" class="button">ZIP</a></li>
<li><a href="http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.10-RC3/webcam-capture-0.3.10-RC3-dist.zip" class="button">ZIP</a></li>
</ul>
</div>
</div><!-- end banner -->
Expand Down

0 comments on commit d0da029

Please sign in to comment.