Skip to content

Commit

Permalink
Bump version to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
resamsel committed Jul 28, 2020
1 parent 087aa75 commit afe5752
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name := """translatr"""

version := "3.0.2"
version := "3.0.3"

lazy val root = (project in file(".")).
enablePlugins(PlayJava, PlayEbean, BuildInfoPlugin).
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SELF=$0

PSQL="docker exec -i translatr_db-translatr_1 psql -U postgres"
VERSION="3.0.2"
VERSION="3.0.3"
MAIN_DIR="$(cd $PWD; echo $PWD)"
TARGET_DIR="$MAIN_DIR/target"
DIST_DIR="$TARGET_DIR/universal"
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translatr",
"version": "3.0.2",
"version": "3.0.3",
"description": "A modern and intuitive i18n tool. Translatr simplifies i18n for developers and translators.",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion ui/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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translatr",
"version": "3.0.2",
"version": "3.0.3",
"author": "René Panzar",
"license": "GPL-3.0",
"bugs": {
Expand Down

0 comments on commit afe5752

Please sign in to comment.