Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streaksu committed Oct 12, 2020
1 parent 0abb01d commit 6182ac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ if [ -z "$DESTDIR" ]; then
DESTDIR=""
fi

install -d "${DESDIR}${PREFIX}/bin"
install -d "${DESDIR}${PREFIX}/share/applications"
install -d "${DESDIR}${PREFIX}/share/icons"
install -d "${DESTDIR}${PREFIX}/bin"
install -d "${DESTDIR}${PREFIX}/share/applications"
install -d "${DESTDIR}${PREFIX}/share/icons"

install mantissa "${DESDIR}${PREFIX}/bin"
install -m 644 resources/entry.desktop "${DESDIR}${PREFIX}/share/applications/org.streaksu.mantissa.desktop"
install -m 644 resources/icon.png "${DESDIR}${PREFIX}/share/icons/mantissa.icon"
install mantissa "${DESTDIR}${PREFIX}/bin"
install -m 644 resources/entry.desktop "${DESTDIR}${PREFIX}/share/applications/org.streaksu.mantissa.desktop"
install -m 644 resources/icon.png "${DESTDIR}${PREFIX}/share/icons/mantissa.png"
2 changes: 1 addition & 1 deletion source/globals.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ immutable programNameRaw = "mantissa";
immutable programName = "Mantissa";

/// Version of the application.
immutable programVersion = "1.2.0";
immutable programVersion = "1.3.0";

/// Short description of the application.
immutable programDescription = "A GTK based browser written in D and with love";
Expand Down

0 comments on commit 6182ac2

Please sign in to comment.