Skip to content

Commit

Permalink
🔧 Changed version from 1.0 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 4, 2024
1 parent 28dabd1 commit ee50dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/moodle_to_vikwikiquiz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MoodleToVikwikiquiz < Formula

desc "A CLI for converting a graded Moodle quiz HTML to a vik.wiki quiz wikitext."
homepage "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/v1.0.tar.gz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/v1.0.0.tar.gz"
sha256 ""
head "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz.git"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='moodle-to-vikwikiquiz',
version='1.0',
version='1.0.0',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ee50dba

Please sign in to comment.