Skip to content

Commit

Permalink
chore: release of 0.4.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Jan 1, 2021
1 parent c99896e commit bd0023e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
0.x (upcoming release)

0.4.5
(infrastructure) migrate to Spring Boot 2.1

0.4.4
- (feature) a series can be marked as a similar to another one
- (feature) series images can be replaced
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
web:
image: phpcoder/mystamps:0.4.4
image: phpcoder/mystamps:0.4.5
cap_drop:
- 'ALL'
ports:
Expand Down
2 changes: 1 addition & 1 deletion infra/kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
app: mystamps
spec:
containers:
- image: phpcoder/mystamps:0.4.4
- image: phpcoder/mystamps:0.4.5
name: mystamps
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ru.mystamps</groupId>
<artifactId>mystamps</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.4.5</version>
<packaging>war</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystamps-frontend",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"description": "Frontend of https://my-stamps.ru",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class ResourceUrl {
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru";

// MUST be updated when any of our resources were modified
public static final String RESOURCES_VERSION = "v0.4.4.5";
public static final String RESOURCES_VERSION = "v0.4.5.0";

// CheckStyle: ignore LineLength for next 16 lines
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js";
Expand Down

0 comments on commit bd0023e

Please sign in to comment.