Skip to content

Commit

Permalink
commit for release 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
franslundberg committed May 29, 2019
1 parent 2d0cdca commit 4bb5ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Instructions:
<project name="binson" default="build" basedir=".">

<target name="init" description="Initializes properties and prints version, release, and build.">
<property name="release" value="3.4-dev"/> <!-- CHANGE -->
<property name="release" value="3.4"/> <!-- CHANGE -->

<tstamp>
<format property="dateString" pattern="yyMMdd" />
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ binson-java/release-notes.md
Releases of binson-java.


3.4, 2019-xx-xx
3.4, 2019-05-29
===============

* Added method Binson.fieldNames(). It returns a sorted list of field names.
Expand Down

0 comments on commit 4bb5ef8

Please sign in to comment.