Version 1.10.9

This commit is contained in:
jem 2021-03-12 17:03:49 +01:00
parent c44a3369a3
commit 115d259957
3 changed files with 2 additions and 4 deletions

View file

@ -3,13 +3,11 @@
``` ```
#adjust [version] #adjust [version]
vi package.json vi package.json
vi project.clj
lein release lein release
# bump version - increase version and add -SNAPSHOT # bump version - increase version and add -SNAPSHOT
vi package.json vi package.json
vi project.clj
git commit -am "version bump" git commit -am "version bump"
git push git push
``` ```

View file

@ -2,7 +2,7 @@
"name": "mastodon-bot", "name": "mastodon-bot",
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.", "description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
"author": "Dmitri Sotnikov", "author": "Dmitri Sotnikov",
"version": "1.10.9-SNAPSHOT", "version": "1.10.9",
"homepage": "https://github.com/yogthos/mastodon-bot", "homepage": "https://github.com/yogthos/mastodon-bot",
"repository": "https://www.npmjs.com/package/mastodon-bot", "repository": "https://www.npmjs.com/package/mastodon-bot",
"license": "MIT", "license": "MIT",

View file

@ -1,4 +1,4 @@
(defproject dda/mastodon-bot "1.10.9-SNAPSHOT" (defproject dda/mastodon-bot "1.10.9"
:description "Bot to publish twitter, tumblr or rss posts to an mastodon account." :description "Bot to publish twitter, tumblr or rss posts to an mastodon account."
:url "https://github.com/yogthos/mastodon-bot" :url "https://github.com/yogthos/mastodon-bot"
:author "Dmitri Sotnikov" :author "Dmitri Sotnikov"