Skip to content

Commit

Permalink
Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghacupha committed May 24, 2018
1 parent 75a1146 commit 8a74470
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ out/
target/
local.properties

# VScode #
####################
.vsocde/

# Eclipse #
################
.settings/
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ Changelog for cash implementation by ghacupha
**Updated the README file**


[75a11462898ef63](https://github.com/ghacupha/cash/commit/75a11462898ef63) ghacupha *2018-05-23 14:25:12*


## 1.0.0
### No issue

**Updated the README file**


[e2f7d4476e0923b](https://github.com/ghacupha/cash/commit/e2f7d4476e0923b) ghacupha *2018-05-23 14:20:17*


## v1.0.0
### No issue

**Updated the README file**


[20a6cdb7ac2dce3](https://github.com/ghacupha/cash/commit/20a6cdb7ac2dce3) ghacupha *2018-05-23 14:13:37*

**Updated the README file**


[6408ccebdbce47a](https://github.com/ghacupha/cash/commit/6408ccebdbce47a) ghacupha *2018-05-23 14:13:20*

**Updated the README file**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Hehehe! An [abstraction](https://github.com/ghacupha/book-keeper) for another da
#### Okay, you sold me. How do I install it?
I was not selling you. Seriously, I mean it, don't use this library! Very well if you are going to ignore
everything I tell you, you might download this with maven using jitpack repository like so:
```java
```xml
<repositories>
<repository>
<id>jitpack.io</id>
Expand All @@ -314,7 +314,7 @@ everything I tell you, you might download this with maven using jitpack reposito
<dependency>
<groupId>com.github.ghacupha</groupId>
<artifactId>cash</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

```
Expand All @@ -340,12 +340,12 @@ everything I tell you, you might download this with maven using jitpack reposito
```

Then now you could add it from your local maven repository like so:
```java
```xml
<!-- Dependencies -->
<dependency>
<groupId>com.github.ghacupha</groupId>
<artifactId>cash</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.github.ghacupha</groupId>
<artifactId>cash</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>cash</name>
<inceptionYear>2018</inceptionYear>
Expand Down Expand Up @@ -84,7 +84,7 @@

<!--General-->
<changelog.template.file>${project.basedir}/config/changelog.mustache</changelog.template.file>
<required.maven.version>3..2.5</required.maven.version>
<required.maven.version>3.2.5</required.maven.version>

<!--Mycila License plugin-->
<license.header.location>com/mycila/maven/plugin/license/templates/LGPL-3.txt</license.header.location>
Expand Down

0 comments on commit 8a74470

Please sign in to comment.