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

Commit

Permalink
Create tag for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ck committed Dec 27, 2021
1 parent ec7202e commit 0468f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
VERSION = "v0.3.2" // current version
VERSION = "v0.1.0" // current version
URL = "https://www.youtube.com/watch?v=lWEbEtr_Vng" // default video url
PATH = "." // default download path
)
Expand Down
6 changes: 3 additions & 3 deletions pkg/download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ydl"
name = "nyoutube"
description = "download youtube videos to path"
version = "0.3.2"
version = "0.1.0"
authors = ["Nyah Check <[email protected]>"]
license = "MIT"
homepage = "https://github.com/ch3ck"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
categories = ["web-programming"]
keywords = [ "rust"]
edition = "2018"
documentation = "https://docs.rs/ydl"
documentation = "https://docs.rs/nyoutube"


[lib]
Expand Down

0 comments on commit 0468f0f

Please sign in to comment.