Skip to content

Commit 2ebfa73

Browse files
committed
bump version to 0.6
1 parent cc3280c commit 2ebfa73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PassSlot PHP SDK (v.0.5)
1+
PassSlot PHP SDK (v.0.6)
22

33
[PassSlot](http://www.passslot.com) is a Passbook service that makes Passbook usage easy for everybody. It helps you design and distribute mobile passes to all major mobile platforms.
44

src/PassSlot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ class PassSlot
8080
/**
8181
* SDK Version
8282
*/
83-
const VERSION = '0.5';
83+
const VERSION = '0.6';
8484

8585
/**
8686
* Default user agent
8787
*/
88-
const USER_AGENT = 'PassSlotSDK-PHP/0.5';
88+
const USER_AGENT = 'PassSlotSDK-PHP/0.6';
8989

9090
/**
9191
* Creates a new PassSlot instance

0 commit comments

Comments
 (0)