fix: display images in epub

This commit is contained in:
lapwat
2021-12-09 23:40:55 +01:00
parent d5971a2819
commit d593a74e6e
5 changed files with 150 additions and 99 deletions

View File

@@ -14,6 +14,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of papeer",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("papeer v0.1.1")
fmt.Println("papeer v0.3.0")
},
}