Skip to content

Commit

Permalink
Version bump in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed Nov 23, 2016
1 parent 223f358 commit 3874984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requires PHP **5.3.23** or above. The cURL extension is recommended (although no
The best way to install this SDK is with [Composer](http://getcomposer.org). Add the package [`dyninc/dyn-php`](https://packagist.org/packages/dyninc/dyn-php) to the `require` section of your `composer.json`:

"require": {
"dyninc/dyn-php": "0.8.0"
"dyninc/dyn-php": "0.8.1"
}

then run `composer install` to install the SDK along with its dependencies.
Expand Down
1 change: 0 additions & 1 deletion src/TrafficManagement/Record/TXT.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function setRData(array $rdata)
$this->setTxtdata($rdata['txtdata']);
}


return $this;
}

Expand Down

0 comments on commit 3874984

Please sign in to comment.