Skip to content

Commit

Permalink
chore: upgrade character count to 5000 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck authored Apr 3, 2024
1 parent 133ddcd commit beb91f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT INCLUDE SENSITIVE INFORMATION HERE, AS IT WILL BE BUNDLED

VITE_NLP_WORD_TAGGER_MAX_INPUT=600
VITE_NLP_WORD_TAGGER_MAX_INPUT=5000
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Wordcharts.MixProject do
def project do
[
app: :wordcharts,
version: "0.1.2",
version: "0.1.3",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit beb91f1

Please sign in to comment.