Skip to content

Commit

Permalink
Bumped release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro committed May 15, 2020
1 parent c2b0a80 commit 45478d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,7 @@ v0.8.1
v0.8.3

* Fixed a bug related to missing spots in MAC OS Catalina

v0.8.4

* Windows versions working
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(APPLICATION_NAME "Spatial Transcriptomics Research Viewer")
# Configuration variables
set(PROJECT_VERSION_MAJOR "0")
set(PROJECT_VERSION_MINOR "8")
set(PROJECT_VERSION_PATCH "3")
set(PROJECT_VERSION_PATCH "4")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_DESCRIPTION "Visualization tool for Spatial Transcriptomics data")
set(PROJECT_COPYRIGHT "Copyright (C) 2020 Jose Fernandez Navarro")
Expand Down

0 comments on commit 45478d2

Please sign in to comment.