Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdb committed May 16, 2020
1 parent d8a7786 commit 9fa8502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Densify v0.4.0
# Densify v0.3.0
**maintained by:** hkdb \<<[email protected]>\><br />

## Description
Expand All @@ -7,9 +7,10 @@ A GTK+ GUI Application written in Python that simplifies compressing PDF files w

## Change Log

#### May 17th, 2020 - v0.4.0 Released
#### May 17th, 2020 - v0.3.0 Released

Features:
- Added Error Handling Unsafe Character \`
- Switched to Python3 - also fixes #4
- Allow User Resize of Window
- Desktop Notification
Expand All @@ -23,13 +24,6 @@ Notes:

- Changed installation Procedure in README

#### MAY 16th, 2018 - v0.3.0 Released

Features:
- Added Error Handling Unsafe Character \`

Bug Fixes:


### MAY 13th, 2018 - v0.2.0 Released

Expand Down
4 changes: 2 additions & 2 deletions densify
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### PROJECT:
### Densify
### VERSION:
### v0.4.0
### v0.3.0
### SCRIPT:
### Densify
### DESCRIPTION:
Expand Down Expand Up @@ -76,7 +76,7 @@ class MyWindow(Gtk.Window, threading.Thread):
self.box.pack_start(aLabel, True, True, 0)

# App Version
vLabel = Gtk.Label(label="v0.4.0")
vLabel = Gtk.Label(label="v0.3.0")
vLabel.set_justify(Gtk.Justification.CENTER)
self.box.pack_start(vLabel, True, True, 0)

Expand Down
2 changes: 1 addition & 1 deletion densify.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.4.0
Version=0.3.0
Name=Densify
Comment=PDF Compressor
GenericName=Densify
Expand Down

0 comments on commit 9fa8502

Please sign in to comment.