Skip to content

Commit

Permalink
Released version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joselufo committed May 25, 2017
1 parent 14fa471 commit ed02be1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified BugfenderSDK.framework/BugfenderSDK
Binary file not shown.
3 changes: 2 additions & 1 deletion BugfenderSDK.framework/Headers/BugfenderSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_4_1 32
#define BFLibraryVersionNumber_1_4_2 33
#define BFLibraryVersionNumber_1_4_3 34
#define BFLibraryVersionNumber_1_4_4 34
#define BFLibraryVersionNumber_1_4_4 34 // Mistake: We released the version without incrementing the number.
#define BFLibraryVersionNumber_1_4_5 36

/**
* Current Bugfender version number.
Expand Down
2 changes: 1 addition & 1 deletion BugfenderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BugfenderSDK'
s.version = '1.4.4'
s.version = '1.4.5'
s.ios.deployment_target = '8.0'
s.license = { :type => 'Commercial', :text => 'See https://bugfender.com/terms-of-service/' }
s.summary = 'Bugfender: a mobile remote logger'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.5
- Fixed issue with the latest release.

# 1.4.4
- Improvements with the CPU consumption.

Expand Down

0 comments on commit ed02be1

Please sign in to comment.