Skip to content

Commit fc27ffc

Browse files
committed
release: v1.0.0
1 parent b43fdc8 commit fc27ffc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ditiow is an aspect library designed to help you safely expose features of your
1313
- Gradle
1414

1515
```groovy
16-
compile 'com.vidolima:ditiow:0.2.2'
16+
compile 'com.vidolima:ditiow:1.0.0'
1717
```
1818
1919
- Maven
@@ -22,7 +22,7 @@ Ditiow is an aspect library designed to help you safely expose features of your
2222
<dependency>
2323
<groupId>com.vidolima</groupId>
2424
<artifactId>ditiow</artifactId>
25-
<version>0.2.2</version>
25+
<version>1.0.0</version>
2626
<type>pom</type>
2727
</dependency>
2828
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext.projectName = 'ditiow'
33
ext.projectGroup = 'com.vidolima'
44
ext.projectArtifact = 'ditiow'
5-
ext.projectVersion = '0.2.2'
5+
ext.projectVersion = '1.0.0'
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)