Version 1.10.9
This commit is contained in:
parent
c44a3369a3
commit
115d259957
3 changed files with 2 additions and 4 deletions
|
@ -3,13 +3,11 @@
|
|||
```
|
||||
#adjust [version]
|
||||
vi package.json
|
||||
vi project.clj
|
||||
|
||||
lein release
|
||||
|
||||
# bump version - increase version and add -SNAPSHOT
|
||||
vi package.json
|
||||
vi project.clj
|
||||
git commit -am "version bump"
|
||||
git push
|
||||
```
|
|
@ -2,7 +2,7 @@
|
|||
"name": "mastodon-bot",
|
||||
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
|
||||
"author": "Dmitri Sotnikov",
|
||||
"version": "1.10.9-SNAPSHOT",
|
||||
"version": "1.10.9",
|
||||
"homepage": "https://github.com/yogthos/mastodon-bot",
|
||||
"repository": "https://www.npmjs.com/package/mastodon-bot",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -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."
|
||||
:url "https://github.com/yogthos/mastodon-bot"
|
||||
:author "Dmitri Sotnikov"
|
||||
|
|
Reference in a new issue