Skip to content

Commit b5129a0

Browse files
committed
chore: release of 0.4.3 version.
1 parent 8e7e2e5 commit b5129a0

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

NEWS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
0.x (upcoming release)
2+
3+
0.4.3
24
- (feature) add support for Ukrainian hryvnia
35
- (feature) add support for Belarusian ruble
46
- (feature) a request that failed to download a file, can be retried

infra/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.2
5+
image: phpcoder/mystamps:0.4.3
66
cap_drop:
77
- 'ALL'
88
ports:

infra/kubernetes/deployment.yml

Lines changed: 1 addition & 1 deletion
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.2
18+
- image: phpcoder/mystamps:0.4.3
1919
name: mystamps

pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mystamps-frontend",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Frontend of https://my-stamps.ru",
55
"private": true,
66
"dependencies": {},

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

Lines changed: 1 addition & 1 deletion
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.2.6";
35+
public static final String RESOURCES_VERSION = "v0.4.3.0";
3636

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

0 commit comments

Comments
 (0)