Skip to content

Commit

Permalink
v1.1.0 !
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinary-Pi committed Jul 20, 2021
1 parent 0e6a9d9 commit ef9aa5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ Stair model generator will no longer try to generate base models more than once.

### Changes
You no longer need to provide a modid for the model functions.

## v1.1.0
### Adds:
You can now generate blockstates!

Java documentation has also been added, so I will no longer show examples in the changelog.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
```
And in the dependencies
```gradle
compile fg.deobf('net.Pinary_Pi.pinaryslib:pinarys-library:1.0.5') {
compile fg.deobf('net.Pinary_Pi.pinaryslib:pinarys-library:1.1.0') {
exclude module: "forge"
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'eclipse'
// apply plugin: 'maven-publish'
// apply plugin: 'maven'

version = '1.0.5'
version = '1.1.0'
group = 'net.Pinary_Pi.pinaryslib' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'pinaryslib'

Expand Down Expand Up @@ -151,7 +151,7 @@ jar {
attributes([
"Specification-Title": "pinaryslib",
"Specification-Vendor": "pinaryslibsareus",
"Specification-Version": "1.0.5", // We are version 1 of ourselves
"Specification-Version": "1.1.0", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"pinaryslibsareus",
Expand Down

0 comments on commit ef9aa5d

Please sign in to comment.