Skip to content

Commit

Permalink
Bump patch version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Apr 6, 2020
1 parent 35b2955 commit 4f62ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and then run it!

```bash
# Download Spork
wget https://github.com/KTH/spork/releases/download/v0.2.0/spork-0.2.0-SNAPSHOT-jar-with-dependencies.jar -O spork.jar
wget https://github.com/KTH/spork/releases/download/v0.2.1/spork-0.2.1-SNAPSHOT-jar-with-dependencies.jar -O spork.jar

# Download a sample merge scenario
wget https://raw.githubusercontent.com/KTH/spork/fe906f537d1bb7205256d1fe81fda9f323849a60/src/test/resources/clean/both_modified/move_if/Left.java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>se.kth</groupId>
<artifactId>spork</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>

<properties>
<maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
Expand Down

0 comments on commit 4f62ea9

Please sign in to comment.