Skip to content

Commit

Permalink
Bumped version to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed Sep 18, 2018
1 parent 96a6dda commit 768cc01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AEXML.podspec
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'AEXML'
s.summary = 'Swift minion for simple and lightweight XML parsing'
s.version = '4.3.2'
s.version = '4.3.3'
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.source = { :git => 'https://github.com/tadija/AEXML.git', :tag => s.version }
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Version 4.3.3

- Fixed Package.swift

## Version 4.3.2

- Minor changes
Expand Down
2 changes: 1 addition & 1 deletion Resources/AEXML.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.2</string>
<string>4.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 768cc01

Please sign in to comment.