We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74365fb commit e6c01ceCopy full SHA for e6c01ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "teamsnap.js",
3
- "version": "1.7.0-pre22",
+ "version": "1.7.0-pre23",
4
"description": "A JavaScript library for using the TeamSnap API.",
5
"author": "Jacob Wright with TeamSnap (http://www.teamsnap.com)",
6
"homepage": "https://github.com/teamsnap/teamsnap-javascript-sdk",
src/teamsnap.coffee
@@ -3,7 +3,7 @@ promises = require './promises'
require './errors'
class TeamSnap
- version: '1.7.0-pre22'
+ version: '1.7.0-pre23'
7
promises: promises
8
when: promises.when
9
TeamSnap: TeamSnap
0 commit comments