Skip to content

Commit

Permalink
SwG Release 0.1.22.78 (ampproject#25202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dparikh authored and joshuarrrr committed Oct 22, 2019
1 parent 699f8fc commit 62ca12b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/subscriptions-project/config.js
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.77 */
/** Version: 0.1.22.78 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down
5 changes: 3 additions & 2 deletions third_party/subscriptions-project/swg.js
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.77 */
/** Version: 0.1.22.78 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down Expand Up @@ -43,6 +43,7 @@ const AnalyticsEvent = {
IMPRESSION_CLICK_TO_SHOW_OFFERS_OR_ALREADY_SUBSCRIBED: 8,
IMPRESSION_SUBSCRIPTION_COMPLETE: 9,
IMPRESSION_ACCOUNT_CHANGED: 10,
IMPRESSION_PAGE_LOAD: 11,
ACTION_SUBSCRIBE: 1000,
ACTION_PAYMENT_COMPLETE: 1001,
ACTION_ACCOUNT_CREATED: 1002,
Expand Down Expand Up @@ -4164,7 +4165,7 @@ function feCached(url) {
*/
function feArgs(args) {
return Object.assign(args, {
'_client': 'SwG 0.1.22.77',
'_client': 'SwG 0.1.22.78',
});
}

Expand Down

0 comments on commit 62ca12b

Please sign in to comment.