diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6a72b0b..6aa1a63 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -Package for poppler v0.**.0 +Package for poppler v20.**.0 # Checklist: - [ ] I have confirmed that [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) has been updated. -- [ ] I have bumped `package.sh` `POPPLER_VERSION` to the current build. \ No newline at end of file +- [ ] I have bumped `package.sh` `POPPLER_VERSION` to the current build. diff --git a/package.sh b/package.sh index 331e49b..de950ed 100755 --- a/package.sh +++ b/package.sh @@ -1,4 +1,4 @@ -POPPLER_VERSION=20.09.0 +POPPLER_VERSIONi=20.10.0 mkdir "poppler-$POPPLER_VERSION" cd "poppler-$POPPLER_VERSION"