Skip to content

Commit

Permalink
Bump to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuhalje committed Dec 20, 2018
1 parent 7fbbeb0 commit fbff9da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A clear and concise description of what you expected to happen.
- Device: [e.g. iPhone6]
- OS: [e.g. Linux]
- Java [output of `java -version`]
- Version [e.g. 2.1.1]
- Version [e.g. 2.1.2]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ and this dependency snippet:
<dependency>
<groupId>name.neuhalfen.projects.crypto.bouncycastle.openpgp</groupId>
<artifactId>bouncy-gpg</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
   </dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sourceCompatibility = 8
targetCompatibility = 8

group = 'name.neuhalfen.projects.crypto.bouncycastle.openpgp'
version = '2.1.1'
version = '2.1.2'

repositories {
jcenter()
Expand Down Expand Up @@ -138,4 +138,4 @@ wrapper{
}

// Generate OSGI bundle metadata
apply plugin: 'biz.aQute.bnd.builder'
apply plugin: 'biz.aQute.bnd.builder'
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>name.neuhalfen.projects.crypto.bouncycastle.openpgp</groupId>
<artifactId>bouncy-gpg</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit fbff9da

Please sign in to comment.