Updates examples in README to refer to release 0.1

This commit is contained in:
konsoletyper 2014-03-19 17:50:03 +04:00
parent cbdcfa8977
commit 359b08591d

View File

@ -40,12 +40,12 @@ Second, you include the following plugin in your `pom.xml` build section:
<plugin> <plugin>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-maven-plugin</artifactId> <artifactId>teavm-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.1</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-classlib</artifactId> <artifactId>teavm-classlib</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>