Skip to content

Commit

Permalink
⚾ Update dependencies and To-do list
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Sep 21, 2020
1 parent f3177ff commit 629e173
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AboutDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Style="{StaticResource MaterialDesignHeadline6TextBlock}"
TextWrapping="Wrap"
VerticalAlignment="Center">
About - v1.3 Build 20200811
About - v1.4 Build 20200921
</TextBlock>
<TextBlock Grid.Row="1"
Grid.Column="1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl).

## To-Do

- ☕ All done!
- [ ] v2.0 - The Parallel Update: download management and download queue for parallel downloads.

## Build

Expand Down
6 changes: 3 additions & 3 deletions youtube-dl-wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Product>Cube YouTube Downloader</Product>
<Company>database64128</Company>
<Authors>database64128</Authors>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
<ApplicationIcon>CubeYouTubeDownloader.ico</ApplicationIcon>
<Description>A simple GUI wrapper for https://github.com/ytdl-org/youtube-dl.</Description>
<Copyright>© 2020 database64128</Copyright>
Expand All @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="3.2.0-ci1837" />
<PackageReference Include="PeanutButter.TinyEventAggregator" Version="1.2.375" />
<PackageReference Include="MaterialDesignThemes" Version="3.2.0" />
<PackageReference Include="PeanutButter.TinyEventAggregator" Version="1.2.378" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 629e173

Please sign in to comment.