Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Package migration tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschloebe committed Jun 18, 2020
1 parent 65fedfb commit f3736c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 David Cole <david@team-reflex.com>
Copyright (c) 2015 David Cole <david@team-reflex.com>, 2020 Oliver Schlöbe <info@rocketmates.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"description": "An unofficial API to interact with the voice and text service Discord.",
"license": "MIT",
"authors": [
{
"name": "Oliver Schlöbe",
"email": "github@schloebe.de"
},
{
"name": "David Cole",
"email": "david@team-reflex.com"
},
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com"
},
{
"name": "Oliver Schlöbe",
"email": "github@schloebe.de"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Discord
*
* @var string Version.
*/
const VERSION = 'v4.0.3';
const VERSION = 'v5.0.0';

/**
* The logger.
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Http/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ public function handleError($errorCode, $message, $content, $url)
*/
public function getUserAgent()
{
return 'DiscordPHP/'.$this->version.' DiscordBot (https://github.com/teamreflex/DiscordPHP, '.$this->version.')';
return 'DiscordPHP/'.$this->version.' DiscordBot (https://github.com/rocketmates/discord-php, '.$this->version.')';
}
}

0 comments on commit f3736c8

Please sign in to comment.