Packages

This is a simple mix task to version bump a mix project.

Current section

Files

Jump to
mix_bump README.md
Raw

README.md

# Mix Bump
This is a simple mix task to version bump a mix project.
## Installation
```
mix archive.install hex mix_bump
```
## Usage
```
mix bump [major | minor | patch | <newversion>]
options:
-p, --publish Publish package to hex
```