Skip to content

Commit

Permalink
new version update v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ErShakirAnsari committed Oct 15, 2022
1 parent e15610d commit f3ee022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
</parent>
```

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-maven</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
</dependency>
```

Expand All @@ -34,6 +34,6 @@
<dependency>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-java</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
</dependency>
```
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## What's new in v0.7.7 ?
## What's new in v0.7.8 ?

- Minor improvements
- Fixed old bugs and added new ones 😕

0 comments on commit f3ee022

Please sign in to comment.