Skip to content

Commit

Permalink
Update version to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Mar 12, 2024
1 parent 974f0f1 commit da58a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lobid</groupId>
<artifactId>lobid-resources</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion web/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "lobid-resources-web"

version := "1.0.0"
version := "1.0.1-SNAPSHOT"

scalaVersion := "2.11.12"

Expand Down

0 comments on commit da58a96

Please sign in to comment.