Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jahed committed Nov 15, 2020
1 parent 3de4e95 commit 871b839
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DESCRIPTION
Converts an image to map tiles to be used in Google Maps, Leaflet and other
map rendering software.

Version: v2.0.0
Version: v3.0.0
Homepage: /~https://github.com/jahed/maptiles
Donate: https://jahed.dev/donate

Expand Down Expand Up @@ -83,5 +83,16 @@ DEPENDENCIES
jpegtran https://jpegclub.org/jpegtran/

COPYRIGHT
The MIT License (MIT)
Copyright (c) 2020 Jahed Ahmed
Copyright (C) 2020 Jahed Ahmed

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
2 changes: 1 addition & 1 deletion maptiles
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

name="maptiles"
version="v2.0.0"
version="v3.0.0"

function print_help {
cat <<EOF
Expand Down

0 comments on commit 871b839

Please sign in to comment.