Skip to content

Commit 96961f9

Browse files
committed
Fix release script
1 parent 8b1f386 commit 96961f9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.db</groupId>
1818
<artifactId>maxmind-db</artifactId>
19-
<version>1.1.0</version>
19+
<version>1.2.0</version>
2020
</dependency>
2121
```
2222

dev-bin/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fi
2929

3030
export VERSION
3131
perl -pi -e 's/(?<=<version>)[^<]*/$ENV{VERSION}/' README.md
32-
cat README.md >> "$PAGE"
3332

3433
if [ -n "$(git status --porcelain)" ]; then
3534
git diff

0 commit comments

Comments
 (0)