Skip to content

Commit

Permalink
Merge branch 'v.0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Baldin committed Mar 23, 2020
2 parents 0addb9c + 2e2e517 commit c1b15d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Invoice Utility
[![Build Status](https://api.travis-ci.org/jeremymailen/kotlinter-gradle.svg?branch=master)](https://travis-ci.org/jeremymailen/kotlinter-gradle)
[![Build Status](https://travis-ci.org/sbaldin/employeeInvoice.svg?branch=master)](https://travis-ci.org/sbaldin/employeeInvoice)

Kotlin console utility to generate the employee's payment invoice.
Can generate invoices as PDF or XLSX files for local and foreign banking operations.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
}

group 'com.github.sbaldin'
version '0.3.3'
version '0.4.0'

mainClassName = "com.github.sbaldin.invoicer.ApplicationKt"
defaultTasks 'run'
Expand Down

0 comments on commit c1b15d0

Please sign in to comment.