Skip to content

Commit 5d0af75

Browse files
committed
chore: release of 0.4 version.
1 parent a8c0e86 commit 5d0af75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.x
1+
0.4
22
- (infrastructure) switched to Java8
33
- (user interface) ported to Bootstrap 3
44
- (infrastructure) ported to Spring Boot

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ru.mystamps</groupId>
77
<artifactId>mystamps</artifactId>
8-
<version>0.3-SNAPSHOT</version>
8+
<version>0.4</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/java/ru/mystamps/web/feature/site/ResourceUrl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class ResourceUrl {
3232
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru";
3333

3434
// MUST be updated when any of our resources were modified
35-
public static final String RESOURCES_VERSION = "v0.3.13";
35+
public static final String RESOURCES_VERSION = "v0.4.0";
3636

3737
// CheckStyle: ignore LineLength for next 8 lines
3838
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js";

0 commit comments

Comments
 (0)