Skip to content

Commit

Permalink
Bump NGB to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzueva committed Feb 11, 2022
1 parent 3f9215b commit 9023877
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.6.1.{build}
version: 2.7.0.{build}

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def buildNumber = hasProperty("buildNumber") ? buildNumber : ""
def profile = hasProperty("profile") ? profile : "release"

allprojects {
version = new Version(major: 2, minor: 6, patch: 1, build: buildNumber)
version = new Version(major: 2, minor: 7, patch: 0, build: buildNumber)
task printVersion {
doFirst {
println "Project version is $version"
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NGB",
"version": "2.6.1",
"version": "2.7.0",
"license": "MIT",
"description": ""New Genome Browser"",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NGB",
"version": "2.6.1",
"version": "2.7.0",
"main": "main.js",
"description": "Next Generation Genome Browser",
"author": "EPAM Systems",
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: New Genome Browser 2.7
site_name: New Genome Browser 2.7.0
theme:
name: readthedocs
extra_css:
Expand Down

0 comments on commit 9023877

Please sign in to comment.