diff --git a/Makefile b/Makefile index 864ad4d..b349600 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO15VENDOREXPERIMENT=1 NAME := dntk TARGET := bin/$(NAME) -VERSION := 1.0.2 +VERSION := 1.0.3 DIST_DIRS := find * -type d -exec SRCS := $(shell find . -type f -name '*.go') @@ -32,7 +32,7 @@ run: upde: dep ensure -update -.PHONY: dep +.PHONY: deps dep: dep ensure diff --git a/README.md b/README.md index a049aa1..3030957 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Travis CI](https://travis-ci.org/nnao45/pexpo.svg?branch=master)](https://travis-ci.org/nnao45/pexpo) +[![Travis CI](https://travis-ci.org/nnao45/dntk.svg?branch=master)](https://travis-ci.org/nnao45/dntk) [![v1.0.0](https://img.shields.io/badge/package-v1.0.0-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/1.0.2) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/nnao45/dntk/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/nnao45/dntk)](https://goreportcard.com/report/github.com/nnao45/dntk)