Skip to content

Commit

Permalink
README: logo modified
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshpatel committed Oct 8, 2024
1 parent 13c1483 commit 895d824
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![JNumberTools](resources/JNumberTools_broad.webp)
![JNumberTools](resources/JNumberTools_1280x640.png)

# JNumberTools
**JNumberTools** is an open-source Java library designed to provide powerful tools for solving complex problems in combinatorics and number theory. Whether you're a researcher, developer, or student, this library offers a comprehensive set of APIs to efficiently handle a wide range of mathematical tasks, from basic functions to advanced combinatorial computations.
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/deepeshpatel/jnumbertools</url>
<description>
JNumberTools is the combinatorics and number-theory library which provides
useful APIS related to said topics
simple APIS to generate combinations, permutations, subsets, cartesian-product and number-system
</description>

<licenses>
Expand All @@ -44,8 +44,13 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>18</maven.compiler.source>
<maven.compiler.target>18</maven.compiler.target>

<!-- <jdk.version>18</jdk.version>-->
<!-- <javac.src.version>17</javac.src.version>-->
<!-- <javac.target.version>17</javac.target.version>-->

</properties>

<developers>
Expand Down
Binary file added resources/JNumberTools_1280x640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/JNumberTools_logo_broad copy.webp
Binary file not shown.
Binary file removed resources/JNumberTools_logo_broad.png
Binary file not shown.

0 comments on commit 895d824

Please sign in to comment.