Update version numbers for v3 alpha2 release
This commit is contained in:
parent
3d7438ed2b
commit
058f890c61
4 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ name = "openflexure-microscope-server"
|
||||||
|
|
||||||
# Note that version needs to match a string stored in a unit test, and
|
# Note that version needs to match a string stored in a unit test, and
|
||||||
# the package.json file in the webapp or the CI will fail.
|
# the package.json file in the webapp or the CI will fail.
|
||||||
version = "3.0.0-alpha1"
|
version = "3.0.0-alpha2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
||||||
{ name="Joel Collins" },
|
{ name="Joel Collins" },
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ THIS_DIR = os.path.dirname(__file__)
|
||||||
TRUE_REPO_DIR = os.path.dirname(THIS_DIR)
|
TRUE_REPO_DIR = os.path.dirname(THIS_DIR)
|
||||||
|
|
||||||
# For explicit version checking.
|
# For explicit version checking.
|
||||||
VER_STRING = "3.0.0-alpha1"
|
VER_STRING = "3.0.0-alpha2"
|
||||||
|
|
||||||
# This is the regex provided by https://semver.org/
|
# This is the regex provided by https://semver.org/
|
||||||
SEMVER_REGEX = re.compile(
|
SEMVER_REGEX = re.compile(
|
||||||
|
|
|
||||||
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0-alpha1",
|
"version": "3.0.0-alpha2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0-alpha1",
|
"version": "3.0.0-alpha2",
|
||||||
"license": "GNU General Public License v3.0 ",
|
"license": "GNU General Public License v3.0 ",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"material-design-icons": "^3.0",
|
"material-design-icons": "^3.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0-alpha1",
|
"version": "3.0.0-alpha2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "User client for the OpenFlexure Microscope Server",
|
"description": "User client for the OpenFlexure Microscope Server",
|
||||||
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue