Skip to content

Commit 70d0e73

Browse files
committed
Updated postgres version in app.json: 13.5 > 13
1 parent 41120b9 commit 70d0e73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Un-official Telegram bot of [free-programming-books](https://github.com/EbookFou
4040

4141
7. Open `https://app-name.herokuapp.com/` if the bot doesn't start (mainly the first time)
4242
43+
If you want to test the app locally before committing, read [Heroku documentation](https://devcenter.heroku.com/articles/heroku-local).
44+
4345
4446
#### Improve code
4547

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"plan": "heroku-postgresql:hobby-dev",
2323
"options": {
24-
"version": "13.5"
24+
"version": "13"
2525
}
2626
}
2727
],

0 commit comments

Comments
 (0)