Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mturlo committed Feb 1, 2017
1 parent 760ecf4 commit f86df0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Lunchbot
[![Build Status](https://api.travis-ci.org/mturlo/lunchbot.svg?branch=develop)](https://travis-ci.org/mturlo/lunchbot)
[![Build Status](https://api.travis-ci.org/mturlo/lunchbot.svg)](https://travis-ci.org/mturlo/lunchbot)

Lunchbot is a Slack bot to help organise lunch ordering in teams. When ordering in a group, it is often troublesome to keep track of who wants to participate, what food do they want and if they paid the ordering person (the Lunchmaster). This bot's goal is to help make that process more efficient and organised.

![alt tag](https://raw.githubusercontent.com/mturlo/lunchbot/develop/sample.png)
![alt tag](https://raw.githubusercontent.com/mturlo/lunchbot/master/sample.png)

_([pmxbot](https://github.com/yougov/pmxbot) makes a brief appearance here)_

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "lunchbot"

version := "1.0.0-SNAPSHOT"
version := "1.0.0"

scalaVersion := "2.11.8"

Expand Down

0 comments on commit f86df0c

Please sign in to comment.