Skip to content

Commit 2925cb9

Browse files
committed
Bump to 3.5.0-SNAPSHOT.
1 parent eb7581e commit 2925cb9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

META-INF/MANIFEST.MF

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Manifest-Version: 1.0
22
Bundle-Description: Durian - Guava's spikier (unofficial) cousin
33
Bundle-DocURL: https://github.com/diffplug/durian
4-
Bundle-License: https://github.com/diffplug/durian/blob/v3.4.0/LICENSE
4+
Bundle-License: https://github.com/diffplug/durian/blob/v3.5.0-SNAPSHOT/
5+
LICENSE
56
Bundle-ManifestVersion: 2
67
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
78
Bundle-SymbolicName: com.diffplug.durian
89
Bundle-Vendor: DiffPlug
9-
Bundle-Version: 3.4.0
10+
Bundle-Version: 3.5.0.SNAPSHOT
1011
Export-Package: com.diffplug.common.base;uses:="javax.annotation";versio
11-
n="3.4.0"
12+
n="3.5.0"
1213
Import-Package: javax.annotation,javax.swing
1314
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ output = [
1717
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/durian/javadoc/3.4.0/)
1818
[![License Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
1919

20-
[![Changelog](https://img.shields.io/badge/changelog-3.4.0-brightgreen.svg)](CHANGES.md)
20+
[![Changelog](https://img.shields.io/badge/changelog-3.5.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
2121
[![Travis CI](https://travis-ci.org/diffplug/durian.svg?branch=master)](https://travis-ci.org/diffplug/durian)
2222
[![Live chat](https://img.shields.io/badge/gitter-live_chat-brightgreen.svg)](https://gitter.im/diffplug/durian)
2323
<!---freshmark /shields -->

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stable=3.4.0
2-
version=3.4.0
2+
version=3.5.0-SNAPSHOT
33
name=durian
44
group=com.diffplug.durian
55
description=Durian - Guava's spikier (unofficial) cousin

0 commit comments

Comments
 (0)