Skip to content

Commit 2086d36

Browse files
committed
chore: release of 0.4.6 version
1 parent d94341c commit 2086d36

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

NEWS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
0.x (upcoming release)
2+
3+
4+
0.4.6
25
- (feature) users can add a comment to a series
36
- (feature) admin can hide an image
47
- (infrastructure) migrate to JUnit 5

infra/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
web:
5-
image: phpcoder/mystamps:0.4.5
5+
image: phpcoder/mystamps:0.4.6
66
cap_drop:
77
- 'ALL'
88
ports:

infra/kubernetes/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
app: mystamps
1616
spec:
1717
containers:
18-
- image: phpcoder/mystamps:0.4.5
18+
- image: phpcoder/mystamps:0.4.6
1919
name: mystamps

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.4.6-SNAPSHOT</version>
8+
<version>0.4.6</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mystamps-frontend",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"private": true,
55
"description": "Frontend of https://my-stamps.ru",
66
"keywords": [

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.4.5.6";
35+
public static final String RESOURCES_VERSION = "v0.4.6.0";
3636

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

0 commit comments

Comments
 (0)