Skip to content

Commit f86df0c

Browse files
committed
Merge branch 'develop'
1 parent 760ecf4 commit f86df0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Lunchbot
2-
[![Build Status](https://api.travis-ci.org/mturlo/lunchbot.svg?branch=develop)](https://travis-ci.org/mturlo/lunchbot)
2+
[![Build Status](https://api.travis-ci.org/mturlo/lunchbot.svg)](https://travis-ci.org/mturlo/lunchbot)
33

44
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.
55

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

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "lunchbot"
22

3-
version := "1.0.0-SNAPSHOT"
3+
version := "1.0.0"
44

55
scalaVersion := "2.11.8"
66

0 commit comments

Comments
 (0)