Skip to content

Commit

Permalink
Updated version number for 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TimShi committed Mar 19, 2016
1 parent 08287f8 commit bca628c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
- Create aws billing alarm to help you monitor your transcoding and streaming cost.
- Stream your video on any web page. For example [stream s3video on Jekyll site.](https://gist.github.com/TimShi/a48fa83abbc8a0242557).

## Build s3video
s3video needs Java and maven. To build s3video, clone the repository and run
## Download or Build s3video

Download the latest build from the releases page.

If you want to build s3video, you will need Java and maven. To build s3video, clone the repository and run

```sh
$ mvn clean package
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.s3video</groupId>
<artifactId>s3video</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<name>s3video</name>
Expand Down
2 changes: 1 addition & 1 deletion s3_video.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -jar s3video-0.0.1-SNAPSHOT.jar "$@"
java -jar s3video-0.0.1.jar "$@"

0 comments on commit bca628c

Please sign in to comment.