diff --git a/LICENSE b/LICENSE index a4fce42..ba886be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2017 Mateusz Maćkowski +Copyright (c) 2016-2018 Mateusz Maćkowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ext/manifest.json b/ext/manifest.json index 74d94c0..0760d25 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -3,7 +3,7 @@ "name": "Satori Enhancements", "description": "Adds a few useful enhancements to Satori Online Judge website.", - "version": "1.2.1", + "version": "1.2.2", "minimum_chrome_version": "62", diff --git a/package.json b/package.json index 39b777f..4d461f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "satori-enhancements", - "version": "1.2.1", + "version": "1.2.2", "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "scripts": {