Skip to content

Commit

Permalink
Up to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Sep 28, 2024
1 parent 88a5b8f commit 91272b6
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-SNAPSHOT</version>
<version>0.4.0</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-SNAPSHOT</version>
<version>0.4.0</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.2.2</version>
<version>0.4.0</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-SNAPSHOT</version>
<version>0.4.0</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-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>ffmasm</name>
Expand Down

0 comments on commit 91272b6

Please sign in to comment.