Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update Discord API Version
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalfx committed Apr 10, 2022
1 parent d6025ed commit 85d096c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Requestrr.WebApi/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Requestrr.WebApi/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Requestrr",
"version": "2.1.1",
"version": "2.1.2",
"description": "Requestrr is a server designed to faciliate the request of media through chat applications.",
"main": "index.js",
"author": "Darkalfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Footer extends React.Component {
<Col xl="6">
<div className="copyright text-center text-xl-left text-muted">
© {new Date().getFullYear()}{" "}
Requestrr (v2.1.1)
Requestrr (v2.1.2)
</div>
</Col>
</Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AuthFooter extends React.Component {
<Col xl="6">
<div className="copyright text-center text-xl-left text-muted">
© {new Date().getFullYear()}{" "}
Requestrr (v2.1.1)
Requestrr (v2.1.2)
</div>
</Col>
</Row>
Expand Down
8 changes: 4 additions & 4 deletions Requestrr.WebApi/Requestrr.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.4"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0"/>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.8.0"/>
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01008"/>
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0-nightly-01008"/>
<PackageReference Include="DSharpPlus.Interactivity" Version="4.2.0-nightly-01008"/>
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.2.0-nightly-01008"/>
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01109"/>
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0-nightly-01109"/>
<PackageReference Include="DSharpPlus.Interactivity" Version="4.2.0-nightly-01109"/>
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.2.0-nightly-01109"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0"/>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 85d096c

Please sign in to comment.