Skip to content

Commit

Permalink
Prep for v0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfox5 committed Dec 3, 2024
1 parent 9d7454d commit 6259807
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions install/bin/gogadget_context.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off

@REM "Copyright: © 2024 Jonathan Fox"
@REM "License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html"
@REM "Full source code: https://github.com/jonathanfox5/gogadget"

echo Copyright: © 2024 Jonathan Fox
echo License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
echo Full source code: https://github.com/jonathanfox5/gogadget
echo
echo ~~~ To list all commands, type gogadget then press enter ~~~
echo ~~~ Some useful commands ~~~
echo 1. Get list of two letter language codes to use in the commands
Expand Down
8 changes: 4 additions & 4 deletions install/bin/gogadget_launcher.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off

@REM "Copyright: © 2024 Jonathan Fox"
@REM "License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html"
@REM "Full source code: https://github.com/jonathanfox5/gogadget"

echo Copyright: © 2024 Jonathan Fox
echo License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
echo Full source code: https://github.com/jonathanfox5/gogadget
echo
echo ~~~ To list all commands, type gogadget then press enter ~~~
echo ~~~ Some useful commands ~~~
echo 1. Get list of two letter language codes to use in the commands
Expand Down
4 changes: 2 additions & 2 deletions install/gogadget_windows.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
; Full source code: https://github.com/jonathanfox5/gogadget

#define MyAppName "gogadget"
#define MyAppVersion "0.2.12"
#define MyAppVersion "0.3.1"
#define MyAppPublisher "Jonathan Fox"
#define MyAppURL "https://github.com/jonathanfox5/gogadget"
#define BaseLaunchBat "gogadget_launcher.bat"
#define ContextLaunchBat "gogadget_context.bat"
#define WheelName "gogadget-0.2.12-py3-none-any.whl"
#define WheelName "gogadget-0.3.1-py3-none-any.whl"

[Setup]
AppId={{04CF6C0E-59E0-4038-BB70-311BBABA4483}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[project]
name = "gogadget"
version = "0.2.12"
version = "0.3.1"
description = "gogadget is a toolkit for producing immersion and priming materials for language learning. It is capable of downloading audio and video files, automatically transcribing subtitles from videos and podcasts, and automatically producing filtered Anki decks with sentence audio / translations / screenshots / definitions."
authors = [
{name = "Jonathan Fox"},
Expand Down

0 comments on commit 6259807

Please sign in to comment.