mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Add "--allow-same-version" to npm version in build.
Update version to 1.2.1
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>gameyfin</artifactId>
|
||||
<groupId>de.grimsi</groupId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>version ${project.version}</arguments>
|
||||
<arguments>version ${project.version} --allow-same-version</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user