From e9dd5b8ba677a29b61be4a614258cf42672f8070 Mon Sep 17 00:00:00 2001 From: "alikemal.ocalan" Date: Sat, 7 Nov 2020 22:11:08 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ build.sbt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e26cd18..20c81f1 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ or Deploy Haroku [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/alikemalocalan/instagram-story-saver/tree/master) + +### TODO list + +- [x] Save cookie to s3 for logout&restart problem on Heroku +- [ ] saving to local machine option diff --git a/build.sbt b/build.sbt index 3ef3a83..891d360 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "instastorysaver" -version := "0.1.0" +version := "0.1.1" organization := "com.github.alikemalocalan" scalaVersion := "2.12.12"