Skip to content

Commit

Permalink
Tag 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Jul 31, 2017
1 parent 626978a commit 68125dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traktivity",
"version": "2.0.0",
"version": "2.0.1",
"description": "Log your activity on Trakt.tv",
"main": "traktivity.php",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Traktivity ===
Contributors: jeherve
Tags: Trakt.tv, TV, Activity, Track, tmdb, Movies, TV Shows, Trakt, Log
Stable tag: 2.0.0
Stable tag: 2.0.1
Requires at least: 4.7
Tested up to: 4.8
License: GPLv2+
Expand Down
4 changes: 2 additions & 2 deletions traktivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wordpress.org/plugins/traktivity
* Description: Log your activity on Trakt.tv
* Author: Jeremy Herve
* Version: 2.0.0
* Version: 2.0.1
* Author URI: https://jeremy.hu
* License: GPL2+
* Text Domain: traktivity
Expand All @@ -15,7 +15,7 @@

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'TRAKTIVITY__VERSION', '2.0.0' );
define( 'TRAKTIVITY__VERSION', '2.0.1' );
define( 'TRAKTIVITY__API_URL', 'https://api.trakt.tv' );
define( 'TRAKTIVITY__API_VERSION', '2' );
define( 'TRAKTIVITY__TMDB_API_URL', 'https://api.themoviedb.org' );
Expand Down

0 comments on commit 68125dd

Please sign in to comment.