Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Mar 28, 2016
1 parent 2785ac9 commit 13acbd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.1 (2016-3-28)
---------------

* Fixed error handling code

2.0 (2016-3-28)
---------------

Expand Down
2 changes: 1 addition & 1 deletion HiParsely/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = ParselyiOS
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 2.0
PROJECT_NUMBER = 2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion ParselyiOS/ParselyTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ typedef enum _kIdType {
* @param queue The list of event dictionaries to serialize
* @return The HTTP request error encountered during the send, if any
*/
-(NSError *)sendBatchRequest:(NSSet *)queue;
-(void)sendBatchRequest:(NSSet *)queue;

/*! \brief Get the size of the queue
*
Expand Down

0 comments on commit 13acbd9

Please sign in to comment.