From 90d11aefc0641b6cc184acf6884024141fda2a77 Mon Sep 17 00:00:00 2001 From: "alikemal.ocalan" Date: Tue, 10 Nov 2020 23:36:35 +0300 Subject: [PATCH] Update to 0.1.2 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20c81f1..c1f22c7 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ or Deploy Haroku ### TODO list - [x] Save cookie to s3 for logout&restart problem on Heroku -- [ ] saving to local machine option +- [x] saving to local machine option diff --git a/build.sbt b/build.sbt index 4ccfadd..fb60929 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "instastorysaver" -version := "0.1.1" +version := "0.1.2" organization := "com.github.alikemalocalan" scalaVersion := "2.12.12"