Skip to content

Commit c41f36a

Browse files
committed
Merge pull request #41 from teamsnap/release-1.2.0
Bump version to 1.2.0
2 parents 4f567c9 + e622979 commit c41f36a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/teamsnap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4512,7 +4512,7 @@ _ref = require('./model'), Collection = _ref.Collection, Item = _ref.Item;
45124512
require('./errors');
45134513

45144514
TeamSnap = (function() {
4515-
TeamSnap.prototype.version = '1.1.0';
4515+
TeamSnap.prototype.version = '1.2.0';
45164516

45174517
TeamSnap.prototype.promises = promises;
45184518

lib/teamsnap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0",
3+
"version": "1.2.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: 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.1.0'
6+
version: '1.2.0'
77
promises: promises
88
when: promises.when
99
TeamSnap: TeamSnap

0 commit comments

Comments
 (0)