Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Fixed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Jardine committed Sep 18, 2017
1 parent 537cec4 commit 3dbbca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface SelectClientBundle extends ClientBundle {

static final SelectClientBundle INSTANCE = GWT.create(SelectClientBundle.class);

static final String VERSION = "1.12.0";
static final String VERSION = "1.12.4";
static final String I18N_DIR = "resource/js/i18n.cache." + VERSION + "/";

@Source("resource/js/bootstrap-select-" + VERSION + ".min.cache.js")
Expand Down

0 comments on commit 3dbbca9

Please sign in to comment.