Skip to content

Commit 11b9d82

Browse files
committed
Clean whitespace, version bump
1 parent b79bdb3 commit 11b9d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teamsnap.js",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "A JavaScript library for using the TeamSnap API.",
55
"author": "Jacob Wright with TeamSnap (http://www.teamsnap.com)",
66
"homepage": "https://github.com/teamsnap/teamsnap-javascript-sdk",

src/persistence.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ modifySDK = (sdk) ->
364364
wrapMethod sdk, 'deleteTeamFee', (deleteTeamFee) ->
365365
(teamFee, callback) ->
366366
deleteTeamFee.call(this, teamFee).then((result) ->
367-
sdk.loadMemberBalances(teamId: teamFee.teamId).then ->
367+
sdk.loadMemberBalances(teamId: teamFee.teamId).then ->
368368
result
369369
).callback callback
370370

src/teamsnap.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ promises = require './promises'
33
require './errors'
44

55
class TeamSnap
6-
version: '1.4.1'
6+
version: '1.5.0'
77
promises: promises
88
when: promises.when
99
TeamSnap: TeamSnap

0 commit comments

Comments
 (0)