aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/user.rb1
-rw-r--r--config/initializers/alaveteli.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 1fb5d9139..bb40dbc26 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,3 +1,4 @@
+# -*- encoding : utf-8 -*-
# == Schema Information
#
# Table name: users
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index d407327f2..71169b684 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.21.0.29'
+ALAVETELI_VERSION = '0.21.0.30'
# Add new inflection rules using the following format
# (all these examples are active by default):