Skip to content

Commit

Permalink
Update version to the newest one
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Feb 7, 2013
1 parent bae8da3 commit 7fa3b8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,11 +29,11 @@ Complete documentation, API, examples, tutorials and many more can be found here
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.7</version>
<version>0.3.8</version>
</dependency>
```

If you are not using Maven, then **[here](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.7/webcam-capture-0.3.7-dist.zip)**
If you are not using Maven, then **[here](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.8/webcam-capture-0.3.8-dist.zip)**
you can download ZIP containing all required 3rd-party JARs.

## Contribution
Expand Down
Expand Up @@ -27,7 +27,7 @@ help :) Later, when your class is ready, I will be happy to merge it with offici
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-ipcam</artifactId>
<version>0.3.7</version>
<version>0.3.8</version>
</parent>
```

Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/webcam-capture-driver-jmf/README.md
Expand Up @@ -14,11 +14,11 @@ installed on your PC.
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-jmf</artifactId>
<version>0.3.7</version>
<version>0.3.8</version>
</dependency>
```

If you are not using Maven, then **[here](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-jmf/0.3.7/webcam-capture-driver-jmf-0.3.7-dist.zip)**
If you are not using Maven, then **[here](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-jmf/0.3.8/webcam-capture-driver-jmf-0.3.8-dist.zip)**
you can download ZIP containing all required 3rd-party JARs.

## License
Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-pages/src/site/index.html
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.7/webcam-capture-0.3.7-dist.zip" class="button">ZIP</a></li>
<li><a href="http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.8/webcam-capture-0.3.8-dist.zip" class="button">ZIP</a></li>
</ul>
</div>
</div><!-- end banner -->
Expand Down Expand Up @@ -147,7 +147,7 @@ <h3>Maven</h3>
&lt;dependency&gt;
&lt;groupId&gt;com.github.sarxos&lt;/groupId&gt;
&lt;artifactId&gt;webcam-capture&lt;/artifactId&gt;
&lt;version&gt;0.3.7&lt;/version&gt;
&lt;version&gt;0.3.8&lt;/version&gt;
&lt;/dependency&gt;
</pre>

Expand Down

0 comments on commit 7fa3b8c

Please sign in to comment.