Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Actually Fix Max Version
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Nov 20, 2016
1 parent babc7c3 commit 2d15ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export MAINTAINER='Pavan Rikhi <pavan.rikhi@gmail.com>'
export XPI_NAME='Pencil-'$VERSION'-firefox.xpi'
export MIN_VERSION='4.0'
export MAX_VERSION='52.*'
export MAX_VERSION='52.0'
export UPDATE_URL="https://github.com/prikhi/pencil/releases"
export XULRUNNER_XUL="*"

0 comments on commit 2d15ff1

Please sign in to comment.