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 0102e5d commit ccd1621Copy full SHA for ccd1621
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "teamsnap.js",
3
- "version": "1.2.0",
+ "version": "1.2.1",
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.2.0'
+ version: '1.2.1'
7
promises: promises
8
when: promises.when
9
TeamSnap: TeamSnap
0 commit comments