Skip to content

Commit b1fc5ef

Browse files
committed
release 1.2
1 parent 5c03195 commit b1fc5ef

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ Feel free to explore the provided releases to access JAR files for different ver
145145
- **Release 1.1**:
146146
- [Download JAR file DataStructures-1.1-release.jar](https://github.com/jnetu/dataStructures/releases/tag/release-1.1)
147147
- Resizing array List basic methods, Resizing array PriorityQueue, and Deque created.
148+
- **Release 1.2**:
149+
- [Download JAR file DataStructures-1.2-release.jar](https://github.com/jnetu/dataStructures/releases/tag/release-1.2)
150+
- Linked structures created. linked bag, stack, queue, list and priority queue.
148151

149152
These releases provide pre-built JAR files for different versions of the library, allowing you to easily incorporate these data structures into your Java projects.
150153

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "net.jneto"
7-
version = "1.2-snapshot"
7+
version = "1.2-release"
88

99
repositories {
1010
mavenCentral()
35.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)