We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd3ee4 commit 2486c9bCopy full SHA for 2486c9b
Makefile
@@ -94,7 +94,7 @@ install: nuitka
94
@mkdir -p "$(DESKTOP_DEST_DIR)"
95
@printf "%s\n" \
96
"[Desktop Entry]" \
97
- "Version=0.2.1" \
+ "Version=0.3.0" \
98
"Type=Application" \
99
"Name=Clipse GUI" \
100
"GenericName=Clipboard Manager" \
clipse_gui/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.3.0"
0 commit comments