Skip to content

Commit

Permalink
Merge pull request #3907 from camptocamp/24
Browse files Browse the repository at this point in the history
Start version 2.4
  • Loading branch information
sbrunner authored May 23, 2018
2 parents 527372e + 950c08f commit 4ea7a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ L10N_PO_FILES = \
LANGUAGES = en $(L10N_LANGUAGES)
ANGULAR_LOCALES_FILES = $(addprefix contribs/gmf/build/angular-locale_, $(addsuffix .js, $(LANGUAGES)))

TX_VERSION ?= 2_3
TX_VERSION ?= 2_4
ifeq (,$(wildcard $(HOME)/.transifexrc))
TOUCHBACK_TXRC = $(TOUCH_DATE) "$(shell date --iso-8601=seconds)" $(HOME)/.transifexrc
else
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngeo",
"version": "2.3.0",
"version": "2.4.0",
"description": "AngularJS OpenLayers Library",
"scripts": {
"prepublish": "make -f npm.mk install",
Expand Down

0 comments on commit 4ea7a34

Please sign in to comment.