Skip to content

Commit

Permalink
Version 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dclamage committed Jun 14, 2021
1 parent cb37f7e commit d413aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SudokuSolver/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static class SudokuSolverVersion
{
public const string version = "0.2.6-alpha";
public const string version = "0.3.0-alpha";
}
}
2 changes: 1 addition & 1 deletion UserScripts/Fpuzzles-SudokuSolver.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Fpuzzles-SudokuSolver
// @namespace http://tampermonkey.net/
// @version 0.2.6-alpha
// @version 0.3.0-alpha
// @description Connect f-puzzles to SudokuSolver
// @author Rangsk
// @match https://*.f-puzzles.com/*
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6-alpha
0.3.0-alpha

0 comments on commit d413aeb

Please sign in to comment.