Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xcorpio committed Sep 5, 2019
1 parent b8fd7c1 commit ceb0323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Pea

[![Build Status](https://travis-ci.org/asura-pro/pea.svg?branch=master)](https://travis-ci.org/asura-pro/pea)
![GitHub release](https://img.shields.io/github/release/asura-pro/pea.svg)
![Maven Central](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/cc/akkaha/pea_2.12/maven-metadata.xml.svg)
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
lazy val commonSettings = Seq(
organization := "cc.akkaha",
version := "0.2.0-SNAPSHOT",
scalaVersion := "2.12.8"
version := "0.1.5",
scalaVersion := "2.12.8",
maintainer := "ngxcorpio@gmail.com",
)

lazy val pea = Project("pea", file("."))
Expand Down

0 comments on commit ceb0323

Please sign in to comment.