Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit fe36012

Browse files
committed
Text is a never ending story
1 parent ddae666 commit fe36012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![cljdoc badge](https://cljdoc.org/badge/googlesheets-sql-sync/googlesheets-sql-sync)](https://cljdoc.org/d/googlesheets-sql-sync/googlesheets-sql-sync/CURRENT)
55
[![Clojars Project](https://img.shields.io/clojars/v/googlesheets-sql-sync.svg)](https://clojars.org/googlesheets-sql-sync)
66

7-
Keep your SQL database in sync with Google Sheets with [googlesheets-sql-sync](https://github.com/jorinvo/googlesheets-sql-sync).
7+
Keep your SQL database in sync with Google Sheets using [googlesheets-sql-sync](https://github.com/jorinvo/googlesheets-sql-sync).
88

99
Let users manually insert data using Google Sheets while having the power of all available SQL tooling for further processing.
1010

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject googlesheets-sql-sync "0.4.4"
1+
(defproject googlesheets-sql-sync "0.4.5"
22
:description "Keep your SQL database in sync with Google Sheets"
33
:url "https://github.com/jorinvo/googlesheets-sql-sync"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)