Skip to content

Commit

Permalink
Up to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Dec 29, 2024
1 parent a68a9aa commit 72ce8e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/funccall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/vectorapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/cpumodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.

<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<name>ffmasm</name>
Expand Down

0 comments on commit 72ce8e8

Please sign in to comment.