Bump version

master v0.2.0
aeris 5 years ago
parent aaf143e5b5
commit 663a05be75
  1. 6
      README.md
  2. 2
      lib/cross-post/version.rb

@ -8,7 +8,7 @@ To use it:
* Clone this repository somewhere (`git clone https://git.imirhil.fr/aeris/cross-post/`)
* Install dependencies with Bundler (`bundler install`)
* Create a `$HOME/.cross-post.yml` configuration file, based on the example available [here](https://git.imirhil.fr/aeris/cross-post/src/master/config.yml)
* Create a `$HOME/.config/cross-post/config.yml` configuration file, based on the example available [here](https://git.imirhil.fr/aeris/cross-post/src/master/config.yml)
* Register the app on Twitter (`bundle exec bin/twitter-register`)
* You can reuse my Twitter app OAuth credentials, or register a new app from scratch [here](https://apps.twitter.com/)
* Register the app on Mastodon (`bundle exec bin/mastodon-register`)
@ -18,7 +18,3 @@ To use it:
* Enjoy
If needed, a SystemD unit example is available [here](https://git.imirhil.fr/aeris/cross-post/src/master/mastodon-twitter.service)
# Todo
* Publishing on [RubyGems](https://rubygems.org/)

@ -1,3 +1,3 @@
class CrossPost
VERSION = '0.1.2'.freeze
VERSION = '0.2.0'.freeze
end

Loading…
Cancel
Save