Version 0.1.0

This commit is contained in:
jem 2021-03-17 15:15:19 +01:00
parent f3540eb0b9
commit 00ba5c61c9
3 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
vi package.json
lein release
git push --follow-tags
# bump version - increase version and add -SNAPSHOT
vi package.json

View file

@ -8,7 +8,7 @@
[orchestra "2021.01.01-1"]
[expound "0.8.9"]
[clj-commons/clj-yaml "0.7.106"]
[dda/mastodon-bot "1.10.10-SNAPSHOT"]]
[dda/mastodon-bot "1.10.11"]]
:target-path "target/%s/"
:source-paths ["src/main/cljc"
"src/main/clj"]

View file

@ -5,7 +5,7 @@
:dependencies [[aero "1.1.6"]
[orchestra "2021.01.01-1"]
[expound "0.8.9"]
[dda/mastodon-bot "1.10.10-SNAPSHOT"]]
[dda/mastodon-bot "1.10.11"]]
:dev-http {8080 "public"}
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.k8s-mastodon-bot.browser/init}}