Skip to content

Commit 0638bf3

Browse files
authored
release: v1.0 (#66)
Co-authored-by: LG <[email protected]> Get ready for 1.0!
1 parent c395499 commit 0638bf3

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

docs/docusaurus.config.js

-8
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ const config = {
123123
},
124124
},
125125
},
126-
announcementBar: {
127-
id: "under_development",
128-
content:
129-
'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>.',
130-
backgroundColor: "#fafbfc",
131-
textColor: "#091E42",
132-
isCloseable: true,
133-
},
134126
}),
135127
};
136128

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TimerX v0.2 by sumeshir26
22
# IMPORTS
3-
ver = "0.9"
3+
ver = "1.0"
44

55
import ctypes
66
import os

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"applications_shortcut": True,
8080
}
8181

82-
version = "0.9"
82+
version = "1.0"
8383

8484
setup(
8585
name="TimerX",

0 commit comments

Comments
 (0)