Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
xremix committed Jun 27, 2017
1 parent bc66574 commit ba65cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SwiftGS1Barcode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGS1Barcode'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'A GS1 Barcode Library and Parser for Swift'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion SwiftGS1Barcode/GS1Barcode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GS1Barcode: NSObject, Barcode {
private var lastParseSuccessfull: Bool = false

// Dictionary containing all supported application identifiers
var applicationIdentifiers = [
public var applicationIdentifiers = [
"gtinIndicatorDigit": GS1ApplicationIdentifier("01", length: 1, type: .Int),
"gtin": GS1ApplicationIdentifier("01", length: 14, type: .String),
"lotNumber": GS1ApplicationIdentifier("10", length: 20, type: .String, dynamicLength: true),
Expand Down
2 changes: 1 addition & 1 deletion SwiftGS1Barcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.3.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit ba65cb2

Please sign in to comment.