Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri-mcguckin committed Jan 7, 2022
1 parent f737481 commit 9c86715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>https://github.com/spicule-kythera/magnesium-script</url>
<groupId>uk.co.spicule</groupId>
<artifactId>magnesium-script</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>

<!-- License -->
<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class MagnesiumScript {
"for Selenium-based web-agents.")
.defaultHelp(true);
private static final int MAJOR = 0;
private static final int MINOR = 1;
private static final int PATCH = 6;
private static final int MINOR = 2;
private static final int PATCH = 1;

public MagnesiumScript(WebDriver driver) {
LOG.info(version());
Expand Down

0 comments on commit 9c86715

Please sign in to comment.