Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhi committed Oct 15, 2019
1 parent 4c285d9 commit 0585812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ window._gta_debug = true

## Change Log

#### 1.1.3
#### 1.1.4
1. Add `data-tbtracking` support

#### 1.1.1 - 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ return /******/ (function(modules) { // webpackBootstrap

GTA.prototype.actionMap = {};

GTA.prototype.version = '1.1.3';
GTA.prototype.version = '1.1.4';

function GTA() {
var $el;
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GTA
mixPayload: {}
actionMap: {}

version: '1.1.3'
version: '1.1.4'

constructor: ->
return if typeof document is 'undefined'
Expand Down

0 comments on commit 0585812

Please sign in to comment.