Release 0.3.0

pull/24/head v0.3.0
Aloïs Micard 4 years ago
parent 0ee5ce2246
commit 8eedbdd572
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -36,7 +36,7 @@ type resourceIndex struct {
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-api",
Version: "0.2.0",
Version: "0.3.0",
Usage: "Trandoshan API process",
Flags: []cli.Flag{
logging.GetLogFlag(),

@ -12,4 +12,4 @@ func TestExtractTitle(t *testing.T) {
if val := extractTitle(c); val != "" {
t.Errorf("No matches should have been returned")
}
}
}

@ -21,7 +21,7 @@ const defaultUserAgent = "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-crawler",
Version: "0.2.0",
Version: "0.3.0",
Usage: "Trandoshan crawler process",
Flags: []cli.Flag{
logging.GetLogFlag(),

@ -12,7 +12,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-feeder",
Version: "0.2.0",
Version: "0.3.0",
Usage: "Trandoshan feeder process",
Flags: []cli.Flag{
logging.GetLogFlag(),

@ -15,7 +15,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-persister",
Version: "0.2.0",
Version: "0.3.0",
Usage: "Trandoshan persister process",
Flags: []cli.Flag{
logging.GetLogFlag(),

@ -19,7 +19,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-scheduler",
Version: "0.2.0",
Version: "0.3.0",
Usage: "Trandoshan scheduler process",
Flags: []cli.Flag{
logging.GetLogFlag(),

Loading…
Cancel
Save