Skip to content

Commit

Permalink
Merge branch 'release/1.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ammanvedi committed Mar 21, 2020
2 parents 6c6d733 + 5d99cee commit 8fe87ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embark.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Embark < Formula
desc "A command line tool to help with git releases"
homepage "https://github.com/ammanvedi/embark"
url "https://github.com/ammanvedi/embark/archive/v1.1.9.tar.gz"
version "1.1.9"
url "https://github.com/ammanvedi/embark/archive/v1.1.10.tar.gz"
version "1.1.10"

bottle :unneeded

Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<div align="center">
<img align="center" src="https://i.imgur.com/rjy5WYy.png" alt="embark-logo" width="480"/>
</div>
Expand All @@ -8,8 +8,12 @@
<div align="center">
<img align="center" src="https://github.com/ammanvedi/embark/workflows/Build/badge.svg" />
<img align="center" src="https://github.com/ammanvedi/embark/workflows/Tests/badge.svg" />
<img align="center" src="https://img.shields.io/github/v/release/ammanvedi/embark?sort=semver" />


</div>


## About

Embark is a command line tool for releasing new versions of code on github, it conforms to [git-flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and handles;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.9
1.1.10

0 comments on commit 8fe87ad

Please sign in to comment.