Skip to content

Commit c646349

Browse files
committed
Bump version
1 parent e075711 commit c646349

File tree

2 files changed

+3
-3
lines changed

2 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.5.1",
3+
"version": "1.6.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/teamsnap.coffee

Lines changed: 2 additions & 2 deletions
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.5.1'
6+
version: '1.6.0'
77
promises: promises
88
when: promises.when
99
TeamSnap: TeamSnap
@@ -12,7 +12,7 @@ class TeamSnap
1212

1313
constructor: (@apiUrl = 'https://apiv3.teamsnap.com',
1414
@authUrl = 'https://auth.teamsnap.com') ->
15-
15+
1616

1717

1818
module.exports = new TeamSnap()

0 commit comments

Comments
 (0)