Skip to content

Commit

Permalink
Update build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Apr 6, 2020
1 parent 0629363 commit 3da6ca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.15.1

* Fix crash on scanning package security [issues#105(issues/105)

## 1.15.0

* Updated SafetyDB to latest version (April 2020)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.tonybaloney.security'
version '1.15.0'
version '1.15.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,9 +39,9 @@ intellij.version = project.hasProperty('intellijVersion') ? project.getProperty(

patchPluginXml {
changeNotes """
<h2>1.15.0</h2>
<h2>1.15.1</h2>
<ul>
<li>Updated SafetyDB to latest version (April 2020)</li>
<li>Fix crash on checking package security</li>
</ul>
"""
}
Expand Down

0 comments on commit 3da6ca1

Please sign in to comment.