Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Oct 11, 2018
1 parent 5ba86e3 commit 9f54e2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed dist/auto-circleci-plugin-0.4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public int getScoreThreshold() {

@Override
public void save(File path, String contents) throws IOException {
path.mkdirs();
path.getParentFile().mkdirs();
try (BufferedWriter writer = new BufferedWriter(
new OutputStreamWriter(new FileOutputStream(path), StandardCharsets.UTF_8))) {
writer.write(contents.trim());
Expand Down

0 comments on commit 9f54e2d

Please sign in to comment.