Skip to content

Commit

Permalink
release: v1.0 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: LG <76845820+im-coder-lg@users.noreply.github.com>
Get ready for 1.0!
  • Loading branch information
sumeshir26 authored Jan 26, 2022
1 parent c395499 commit 0638bf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ const config = {
},
},
},
announcementBar: {
id: "under_development",
content:
'TimerX is under heavy development. If you would like to contribute, please visit the <a href="https://github.com/TimerX-App/TimerX">GitHub repo</a>.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
},
}),
};

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TimerX v0.2 by sumeshir26
# IMPORTS
ver = "0.9"
ver = "1.0"

import ctypes
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"applications_shortcut": True,
}

version = "0.9"
version = "1.0"

setup(
name="TimerX",
Expand Down

0 comments on commit 0638bf3

Please sign in to comment.