Skip to content

Commit

Permalink
Bump to 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed Nov 13, 2019
1 parent 8f74e0e commit 9e772ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MSFragger-GUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group = 'com.github.chhh'
version = '12.1-build3'
version = '12.1'

description = """FragPipe - run complete proteomics analyses from the GUI"""

Expand Down
3 changes: 3 additions & 0 deletions MSFragger-GUI/src/umich/msfragger/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public class Version {
new VersionComparator());

static {
CHANGELOG.put("12.1", Arrays.asList(
"IMQuant fixes after initial release."
));
CHANGELOG.put("12.0", Arrays.asList(
"Add IMQuant - quantitation for timsTOF.",
"PTMShepherd updates - in-depth PTM analysis and reporting.",
Expand Down
2 changes: 1 addition & 1 deletion MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# current dev version
msfragger.gui.version=12.1-build3
msfragger.gui.version=12.1

# current last published release
fragpipe.last.release.version=12.0
Expand Down

0 comments on commit 9e772ac

Please sign in to comment.