Skip to content

Commit

Permalink
Prep for release 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Sep 27, 2015
1 parent 99017fe commit 2ce256e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "0.1.5"
#define LXW_VERSION "0.1.6"

#endif /* __LXW_XLSXWRITER_H__ */
4 changes: 2 additions & 2 deletions libxlsxwriter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "0.1.5"
s.version = "0.1.6"
s.summary = "A C library for creating Excel XLSX files."
s.platform = :ios
s.platform = :osx
Expand Down Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.license = "FreeBSD"
s.author = { "John McNamara" => "[email protected]" }

s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_0.1.5" }
s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_0.1.6" }
s.source_files = "src/**/*.c", "third_party/**/{zip.c,ioapi.c}", "include/**/*.h"

s.header_dir = "xlsxwriter"
Expand Down

0 comments on commit 2ce256e

Please sign in to comment.